RemoteLiveReload

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

Cos'è RemoteLiveReload?

RemoteLiveReload è un'estensione di Chrome sviluppata da remotelivereload, e la sua funzione principale è "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RemoteLiveReload

Scarica i file di estensione RemoteLiveReload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
URL Ufficiale https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
Descrizione Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
Dimensione del File 68.84 KB
Conteggio Installazioni 7,314
Versione Corrente 0.0.46
Ultimo Aggiornamento 2014-12-15
Data di Pubblicazione 2014-12-15
Valutazione 3.67/5 Totale 36 Valutazioni
Sviluppatore remotelivereload
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bigwave/livereload-extensions
URL della Pagina di Aiuto https://github.com/bigwave/livereload-extensions/issues
Lingue Supportate 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]"
        }
    }
}