Watcher

Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.

Cos'è Watcher?

Watcher è un'estensione di Chrome sviluppata da https://salmanawan.com, e la sua funzione principale è "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Watcher

Scarica i file di estensione Watcher 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

                        Watcher liberates developers from hitting Refresh (F5) again and again during development. Upon detecting a change in user selected source files, included on current page, this DevTools extension will automatically refresh inspected page to reload watched resources.

In modern rapid web application development environments e.g. Node.js, this extension compliments utilities like nodemon and supervisor to fully automate the development process, as developers can see their changes in real-time.                    

Informazioni di Base sull'Estensione

Nome Watcher Watcher
ID nicjbpnnhodkjlkdihialcpdjplnbddf
URL Ufficiale https://chromewebstore.google.com/detail/watcher/nicjbpnnhodkjlkdihialcpdjplnbddf
Descrizione Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.
Dimensione del File 340 KB
Conteggio Installazioni 26
Versione Corrente 1.2
Ultimo Aggiornamento 2014-02-19
Data di Pubblicazione 2014-02-19
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore https://salmanawan.com
Tipo di Pagamento free
Sito Web dell'Estensione http://salmanawan.com
URL della Pagina di Aiuto http://salmanawan.com/watcher/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Watcher",
    "short_name": "Watcher for Developers",
    "description": "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "libs\/lodash.js",
            "utility.js",
            "background.js"
        ]
    },
    "devtools_page": "devtools.html"
}