ℹ️ INFO - The Extension can be installed via the Chrome Web Store 🚀
To install this extension locally on your Chrome browser, follow these simple steps:
- 💾 Clone the repository
- 🔌 Open Chrome and go to chrome://extensions/
- 👾 Enable Developer Mode by toggling the switch in the top right corner
- 📦 Click on Load Unpacked and select the ./src/ directory inside this repository
- 🥳 Voila! The extension is now installed locally on your Chrome browser
- 👀 You should now see the MoJ icon when you click jigsaw dropdown near the top right of your browser
- 📌 Make sure to pin the icon for easy access!
.
├── README.md
└── readme # 👈 all assets for the readme
└── src # 👈 root of the browser extension
├── assets # 👈 root of all static assets and pre-compiled libraries
├── manifest.json # 👈 plugin metadata and entry point for all plugin features
└── popup.* # 👈 files related to the browser popup window when icon is pressed
Some resources to help build browser extensions
- 🦊 Mozilla Browser Extension Docs - root page for Mozilla's in-depth documentation of browser extensions
- ❓ What are WebExtensions? - a nice introduction to the basic concepts of web extensions
- 📝 manifest.json - useful reference when working with the manifest.json