Watcher

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

Apa itu Watcher?

Watcher adalah ekstensi Chrome yang dikembangkan oleh https://salmanawan.com, dan fitur utamanya adalah "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Watcher

Unduh file ekstensi Watcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Watcher Watcher
ID nicjbpnnhodkjlkdihialcpdjplnbddf
URL Resmi https://chromewebstore.google.com/detail/watcher/nicjbpnnhodkjlkdihialcpdjplnbddf
Deskripsi Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.
Ukuran File 340 KB
Jumlah Instalasi 26
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-02-19
Tanggal Publikasi 2014-02-19
Penilaian 1.00/5 Total 2 Penilaian
Pengembang https://salmanawan.com
Tipe Pembayaran free
Situs Ekstensi http://salmanawan.com
URL Halaman Bantuan http://salmanawan.com/watcher/
Bahasa yang Didukung 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"
}