From 582f9ac42fae45f320263193c15f1e02cea3d103 Mon Sep 17 00:00:00 2001 From: Isaac Adewumi <72208758+prettyirrelevant@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:26:27 +0100 Subject: [PATCH] docs: add link to install extension (#2) --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d8f474..e17ccb0 100644 --- a/README.md +++ b/README.md @@ -53,21 +53,24 @@ - [ ] Add expiry to supported languages cache -## ๐Ÿคน Usage [(Back to top)](#--------gistrunner--) +## ๐Ÿคน Usage +[(Back to top)](#--------gistrunner--) ### ๐Ÿ’ป API You can use the API directly to run arbitrary code snippets. See the [API docs](#run-code) below for more details. ### ๐Ÿ“ฆ Chrome Extension -๐Ÿ†• The browser extension is coming soon(pending Chrome Webstore review)! Check back for the download link. +The browser extension is now live on the Chrome Web Store! ๐ŸŽ‰ + +You can install it here: https://chrome.google.com/webstore/detail/mbgnplbkkklomfbfcbeeanmmnabmmlbk -๐Ÿค” In the meantime, you can load it manually: +To load the extension manually for development: 1. Clone this repo 2. Go to `chrome://extensions` in your browser 3. Enable "Developer mode" 4. Click "Load unpacked" and select the extension directory -5. Enjoy! ๐ŸŽ‰ +5. Enjoy! ๐Ÿš€ ## ๐ŸŒต Folder Structure