Watcher

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

Co to jest Watcher?

Watcher to rozszerzenie Chrome opracowane przez https://salmanawan.com, a jego główną funkcją jest „Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Watcher

Pobierz pliki rozszerzeń Watcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Watcher Watcher
ID nicjbpnnhodkjlkdihialcpdjplnbddf
Oficjalny URL https://chromewebstore.google.com/detail/watcher/nicjbpnnhodkjlkdihialcpdjplnbddf
Opis Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.
Rozmiar pliku 340 KB
Liczba instalacji 26
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-02-19
Data Publikacji 2014-02-19
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper https://salmanawan.com
Typ Płatności free
Strona Rozszerzenia http://salmanawan.com
Adres URL Strony Pomocy http://salmanawan.com/watcher/
Obsługiwane Języki 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"
}