Watcher

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

Watcherคืออะไร?

Watcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://salmanawan.com และคุณลักษณะหลักของมันคือ "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watcher

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}