Watcher

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

O que é Watcher?

Watcher é uma extensão do Chrome desenvolvida por https://salmanawan.com, e sua principal característica é "Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Watcher

Baixe arquivos de extensão Watcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Watcher Watcher
ID nicjbpnnhodkjlkdihialcpdjplnbddf
URL Oficial https://chromewebstore.google.com/detail/watcher/nicjbpnnhodkjlkdihialcpdjplnbddf
Descrição Select & Watch resources on a page that are frequently updated during development. Watcher will auto-refresh upon change.
Tamanho do Arquivo 340 KB
Contagem de Instalações 26
Versão Atual 1.2
Última Atualização 2014-02-19
Data de Publicação 2014-02-19
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor https://salmanawan.com
Tipo de Pagamento free
Site da Extensão http://salmanawan.com
URL da Página de Ajuda http://salmanawan.com/watcher/
Idiomas Suportados 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"
}