Extension Auto Reloader
Reload all development extensions on each page refresh.
What is Extension Auto Reloader?
Extension Auto Reloader is a Chrome extension developed by Adam Stankiewicz, and its main feature is "Reload all development extensions on each page refresh.".
Extension Screenshots
Download Extension Auto Reloader Extension CRX File
Download Extension Auto Reloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Reloads all development extensions on each request. Click extension icon to enable.
Extension Basic Information
Name | |
ID | fbdbbpminhngjejgblbbpjapahknpcpk |
Official URL | https://chrome.google.com/webstore/detail/extension-auto-reloader/fbdbbpminhngjejgblbbpjapahknpcpk |
Description | Reload all development extensions on each page refresh. |
File Size | 8.69 KB |
Installation Count | 354 |
Current Version | 1.0.1 |
Last Updated | 2014-02-15 |
Publish Date | 2014-02-15 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Adam Stankiewicz |
Payment Type | free |
Extension Website | https://github.com/sheerun/extension-auto-reloader |
Supported Languages | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Extension Auto Reloader", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon19.png", "default_title": "Extension Auto Reloader" }, "description": "Reload all development extensions on each page refresh.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "permissions": [ "tabs", "management", "webNavigation" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1" } |