Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arikw/chrome-extensions-reloader
A chrome extension for reloading unpacked extensions
https://github.com/arikw/chrome-extensions-reloader
chrome chrome-extension chromium developer-tools edge edge-extension
Last synced: 4 days ago
JSON representation
A chrome extension for reloading unpacked extensions
- Host: GitHub
- URL: https://github.com/arikw/chrome-extensions-reloader
- Owner: arikw
- License: apache-2.0
- Created: 2015-01-14T20:06:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T22:19:15.000Z (about 3 years ago)
- Last Synced: 2024-12-05T20:12:47.690Z (17 days ago)
- Topics: chrome, chrome-extension, chromium, developer-tools, edge, edge-extension
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid
- Size: 28.3 KB
- Stars: 291
- Watchers: 8
- Forks: 39
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extensions Reloader for Chrome™
Reloads all unpacked extensions with a single click.
The extension is available for download [here](https://chrome.google.com/webstore/detail/fimgfedafeadlieiabdeeaodndnlbhid).
If you've ever developed a Google Chrome™ extension, you might have wanted to automate the process of reloading your unpacked extension without the need of going through the extensions page.
"Extensions Reloader" allows you to reload all unpacked extensions using three ways:
1. The extension's toolbar button
2. Browsing to "http://reload.extensions". This is intended for automating the reload process using "post build" scripts - just browse to "http://reload.extensions", and chrome will open with freshly reloaded extensions
3. Using the keyboard shortcut. The default is Alt-Shift-r or Opt-Shift-r on Mac. Open `chrome://extensions/shortcuts` to customize
Whenever a refresh is executed, a green "OK" badge will appear on Extensions Reloader's toolbar icon.
## Notice: Manifest.json Changes
Changes to your extension's `manifest.json` file **will not** be reflected using "Extensions Reloader" and a manual refresh must be done to apply them.