Extension Mutater
Reload all unpacked extensions with livereload notification.
What is Extension Mutater?
Extension Mutater is a Chrome extension developed by Mitsunori KUBOTA, and its main feature is "Reload all unpacked extensions with livereload notification.".
Extension Screenshots
Download Extension Mutater Extension CRX File
Download Extension Mutater 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
Extension Mutater enable you to use livereload in Chrome extension development. Livereload notification apply to all unpacked extensions and extensions is refreshed. This extension is for Chrome extension developers. See github project page to know how to use Extension Mutater: https://github.com/anatoo/chrome-extension-project-with-livereload
Extension Basic Information
Name | ![]() |
ID | iaipiakhpgdfgpnfbiflinmbafjbgmhe |
Official URL | https://chrome.google.com/webstore/detail/extension-mutater/iaipiakhpgdfgpnfbiflinmbafjbgmhe |
Description | Reload all unpacked extensions with livereload notification. |
File Size | 11.6 KB |
Installation Count | 18 |
Current Version | 0.0.2 |
Last Updated | 2014-02-08 |
Publish Date | 2014-02-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mitsunori KUBOTA |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension Mutater", "description": "Reload all unpacked extensions with livereload notification.", "manifest_version": 2, "version": "0.0.2", "permissions": [ "tabs", "management", "notifications" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_title": "Reload all extensions in development." }, "web_accessible_resources": [ "icon19.png" ] } |