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"
}