RemoteLiveReload

Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…

O que é RemoteLiveReload?

RemoteLiveReload é uma extensão do Chrome desenvolvida por remotelivereload, e sua principal característica é "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RemoteLiveReload

Baixe arquivos de extensão RemoteLiveReload 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

                        Live Reload is a system to automatically reload a web page when the source files for that web page are changed.

This extension connects to a live-reload server (local or remote) for example LiveReload (for Windows or Mac) or guard-livereload  (for Linux).

The extension tries to connect to a live reload server on the domain for the current web page.                    

Informações Básicas da Extensão

Nome RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
URL Oficial https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
Descrição Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
Tamanho do Arquivo 68.84 KB
Contagem de Instalações 7,314
Versão Atual 0.0.46
Última Atualização 2014-12-15
Data de Publicação 2014-12-15
Classificação 3.67/5 Total de 36 Avaliações
Desenvolvedor remotelivereload
Tipo de Pagamento free
Site da Extensão https://github.com/bigwave/livereload-extensions
URL da Página de Ajuda https://github.com/bigwave/livereload-extensions/issues
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RemoteLiveReload",
    "version": "0.0.46",
    "background": {
        "scripts": [
            "global.js",
            "global-chrome.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "livereload.js"
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Enable LiveReload",
        "default_icon": {
            "19": "IconDisabled.png",
            "38": "[email protected]"
        }
    }
}