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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}