Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arikw committed Jul 25, 2021
1 parent 43bed46 commit 712967e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@

Reloads all unpacked extensions with a single click.

The extension is available for download [here].
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.
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.
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 (default is Alt-r or Opt-r on Mac).
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.

[here]:https://chrome.google.com/webstore/detail/fimgfedafeadlieiabdeeaodndnlbhid
## 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.

0 comments on commit 712967e

Please sign in to comment.