Watcher

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

Vad är Watcher?

Watcher är en Chrome-tillägg utvecklad av https://salmanawan.com, och dess huvudfunktion är "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.".

Tilläggsskärmbilder

screenshot

Ladda ner Watcher-förlängningens CRX-fil

Ladda ner Watcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Watcher Watcher
ID nicjbpnnhodkjlkdihialcpdjplnbddf
Officiell webbadress https://chromewebstore.google.com/detail/watcher/nicjbpnnhodkjlkdihialcpdjplnbddf
Beskrivning Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.
Filstorlek 340 KB
Antal Installationer 26
Aktuell Version 1.2
Senast Uppdaterad 2014-02-19
Publiceringsdatum 2014-02-19
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare https://salmanawan.com
Betalningssätt free
Tilläggswebbplats http://salmanawan.com
Hjälpsida URL http://salmanawan.com/watcher/
Stödda Språk 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"
}