How does one install an extension for Chrome browser from the local file system?
Found a set of instructions online for loading your own custom extension:
- Navigate to
chrome://extensions
- Expand the Developer dropdown menu and click “Load Unpacked Extension”
- Navigate to the local folder containing the extension’s code and click Ok
- Assuming there are no errors, the extension should load into your browser
What kind of extension is it? Is it a .CRX file? A (possibly ZIP’d) folder? A .JS user-script? The process differs for each.
-
CRX:
- Drag and drop the .CRX file onto the page
chrome://extensions
- Click the Install button in the prompt at the bottom of the screen
- Drag and drop the .CRX file onto the page
-
Folder:
- If it is ZIP’d, extract the contents somewhere
- In Chrome, open
chrome://extensions/
- Click + Developer mode
- Click Load unpacked extension…
- Navigate to the extension’s folder and click OK
- Delete the (extracted) folder (the extension was copied)
-
User Script:
- Exit Chrome (all windows)
- Copy the .JS file to the
User Scripts
folder in yourUser Data
folder - Run Chrome