MCPcopy Index your code
hub / github.com/arikw/chrome-extensions-reloader

github.com/arikw/chrome-extensions-reloader @v2.00

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.00 ↗ · + Follow
10 symbols 24 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Extensions Reloader for Chrome™

Reloads all unpacked extensions with a single click.

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 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.

Core symbols most depended-on inside this repo

log
called by 5
background.js
getCurrentTabId
called by 4
background.js
reloadExtensions
called by 3
background.js
setCurrentTab
called by 3
background.js
refreshState
called by 3
background.js
getStoredCurrentTabId
called by 3
background.js
getCurrentTab
called by 2
background.js
getStoredPreviousTabId
called by 1
background.js

Shape

Function 10

Languages

TypeScript100%

Modules by API surface

background.js8 symbols
options.js2 symbols

For agents

$ claude mcp add chrome-extensions-reloader \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page