Watcher

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

什么是Watcher?

Watcher是由https://salmanawan.com开发的Chrome扩展程序,该扩展的主要功能是“Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.”。

扩展截图

screenshot

下载Watcher扩展crx文件

下载Watcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Watcher Watcher
ID nicjbpnnhodkjlkdihialcpdjplnbddf
官方URL https://chromewebstore.google.com/detail/watcher/nicjbpnnhodkjlkdihialcpdjplnbddf
简介 Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.
文件大小 340 KB
安装次数 26
当前版本 1.2
更新时间 2014-02-19
上架时间 2014-02-19
评分 1.00/5 共2次评分
开发者 https://salmanawan.com
付费类型 free
扩展官网 http://salmanawan.com
帮助页面URL http://salmanawan.com/watcher/
支持的语言 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"
}