Extension Mutater

Reload all unpacked extensions with livereload notification.

什么是Extension Mutater?

Extension Mutater是由Mitsunori KUBOTA开发的Chrome扩展程序,该扩展的主要功能是“Reload all unpacked extensions with livereload notification.”。

扩展截图

screenshot

下载Extension Mutater扩展crx文件

下载Extension Mutater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 Mutater Extension Mutater
ID iaipiakhpgdfgpnfbiflinmbafjbgmhe
官方URL https://chrome.google.com/webstore/detail/extension-mutater/iaipiakhpgdfgpnfbiflinmbafjbgmhe
简介 Reload all unpacked extensions with livereload notification.
文件大小 11.6 KB
安装次数 18
当前版本 0.0.2
更新时间 2014-02-08
上架时间 2014-02-08
评分 5.00/5 共1次评分
开发者 Mitsunori KUBOTA
付费类型 free
支持的语言 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"
    ]
}