Chrome
Installing custom Chrome extensions
You can install a Chrome extension manually by using Developer Mode. This is useful when testing custom or unpublished extensions.
To install it:
- Extract the files into a folder (it should contain a
manifest.json
file) - Open Chrome and go to:
chrome://extensions/
- Enable Developer mode (top right)
- Click "Load unpacked"
- Select the folder containing the extension
The extension will now appear in the list and run like any other installed extension.