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"
    ]
}