Dev Extension Auto Reload

Reloads all unpacked extensions on socket event

Dev Extension Auto Reloadとは何ですか?

Dev Extension Auto Reloadはhttp://gary.pp.uaによって開発されたChromeの拡張機能で、その主な機能は「Reloads all unpacked extensions on socket event」です。

Dev Extension Auto Reload拡張機能のCRXファイルをダウンロード

Dev Extension Auto Reload拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Reloads all unpacked extensions on receive socket event file.change from http://localhost:8890

Extension tries to connect to socket.io server on http://localhost:8890 and waits for file.change event to flow in. When an event is incoming, the extension get all extensions in development mode and reload them one by one.

An example on how to send file change events to the extension can be found here: robin-drexler/chrome-extension-auto-reload-watcher 

https://github.com/Dubiy/chrome-extension-auto-reload

Go!                    

拡張機能の基本情報

名前 Dev Extension Auto Reload Dev Extension Auto Reload
ID jfjjbihghhhohnahailbplkciefnaffg
公式URL https://chrome.google.com/webstore/detail/dev-extension-auto-reload/jfjjbihghhhohnahailbplkciefnaffg
説明 Reloads all unpacked extensions on socket event
ファイルサイズ 65.11 KB
インストール数 27
現在のバージョン 1.0.1
最終更新日 2018-08-27
公開日 2018-08-27
評価 5.00/5 合計 1 レビュー
開発者 http://gary.pp.ua
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dev Extension Auto Reload",
    "version": "1.0.1",
    "icons": {
        "256": "\/img\/icons\/icon-256.png",
        "128": "\/img\/icons\/icon-128.png"
    },
    "description": "Reloads all unpacked extensions on socket event",
    "permissions": [
        "management"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "manifest_version": 2
}