Reloads unpacked extensions with a single click. Choose to reload all extensions or select a specific extension in options.
The extension is available for download here.
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 unpacked extensions using three ways:
-
The extension's toolbar button
-
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
-
Using the keyboard shortcut. The default is Alt-Shift-r or Opt-Shift-r on Mac. Open
chrome://extensions/shortcutsto customize
Configure options to reload a specific extension instead of all unpacked extensions.
Whenever a refresh is executed, a green "OK" badge will appear on Extensions Reloader's toolbar icon.
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.