Go to file
jozo 6fa659d9f2 Update README 2023-03-31 19:39:29 +02:00
LICENSE Initial commit 2023-03-31 17:08:35 +00:00
README.md Update README 2023-03-31 19:39:29 +02:00
main.js Add initial implementation 2023-03-31 19:34:45 +02:00
manifest.json Add initial implementation 2023-03-31 19:34:45 +02:00

README.md

login-extension

How to load the extension file

Firefox

  1. In the address bar, search for this:
about:debugging#/runtime/this-firefox
  1. You will see an option to Load Temporary Add-on. Click on that option and choose the manifest.json file from the directory.

Chrome

  1. In the address bar search for this:
chrome://extensions.
  1. Enable Developer Mode and switch into it.
  2. Click the Load unpacked button and select the extension directory.

Hurray! You've installed the extension successfully.