Watcher

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

Watcher là gì?

Watcher là một tiện ích mở rộng Chrome được phát triển bởi https://salmanawan.com, và tính năng chính của nó là "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Watcher

Tải xuống các tệp mở rộng Watcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Watcher Watcher
ID nicjbpnnhodkjlkdihialcpdjplnbddf
URL Chính Thức https://chromewebstore.google.com/detail/watcher/nicjbpnnhodkjlkdihialcpdjplnbddf
Mô tả Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.
Kích Thước Tệp 340 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-02-19
Ngày Phát Hành 2014-02-19
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://salmanawan.com
Loại Thanh Toán free
Trang Web Mở Rộng http://salmanawan.com
URL Trang Trợ Giúp http://salmanawan.com/watcher/
Ngôn Ngữ Được Hỗ Trợ 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"
}