Dev Extension Auto Reload

Reloads all unpacked extensions on socket event

Cos'è Dev Extension Auto Reload?

Dev Extension Auto Reload è un'estensione di Chrome sviluppata da http://gary.pp.ua, e la sua funzione principale è "Reloads all unpacked extensions on socket event".

Scarica il file CRX dell'estensione Dev Extension Auto Reload

Scarica i file di estensione Dev Extension Auto Reload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Dev Extension Auto Reload Dev Extension Auto Reload
ID jfjjbihghhhohnahailbplkciefnaffg
URL Ufficiale https://chrome.google.com/webstore/detail/dev-extension-auto-reload/jfjjbihghhhohnahailbplkciefnaffg
Descrizione Reloads all unpacked extensions on socket event
Dimensione del File 65.11 KB
Conteggio Installazioni 27
Versione Corrente 1.0.1
Ultimo Aggiornamento 2018-08-27
Data di Pubblicazione 2018-08-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://gary.pp.ua
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}