Watcher

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

What is Watcher?

Watcher is a Chrome extension developed by https://salmanawan.com, and its main feature is "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.".

Extension Screenshots

screenshot

Download Watcher Extension CRX File

Download Watcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Watcher Watcher
ID nicjbpnnhodkjlkdihialcpdjplnbddf
Official URL https://chromewebstore.google.com/detail/watcher/nicjbpnnhodkjlkdihialcpdjplnbddf
Description Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.
File Size 340 KB
Installation Count 26
Current Version 1.2
Last Updated 2014-02-19
Publish Date 2014-02-19
Rating 1.00/5 Total 2 Ratings
Developer https://salmanawan.com
Payment Type free
Extension Website http://salmanawan.com
Help Page URL http://salmanawan.com/watcher/
Supported Languages 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"
}