|
||
---|---|---|
LICENSE | ||
README.md | ||
main.js | ||
manifest.json |
README.md
login-extension
How to load the extension file
Firefox
- In the address bar, search for this:
about:debugging#/runtime/this-firefox
- You will see an option to Load Temporary Add-on. Click on that option and choose the
manifest.json
file from the directory.
Chrome
- In the address bar search for this:
chrome://extensions.
- Enable Developer Mode and switch into it.
- Click the Load unpacked button and select the extension directory.
Hurray! You've installed the extension successfully.