RemoteLiveReload

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

Qu'est-ce que RemoteLiveReload ?

RemoteLiveReload est une extension Chrome développée par remotelivereload, et sa fonction principale est "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RemoteLiveReload

Téléchargez les fichiers d'extension RemoteLiveReload au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
URL Officiel https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
Description Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
Taille du Fichier 68.84 KB
Nombre d'Installations 7,314
Version Actuelle 0.0.46
Dernière Mise à Jour 2014-12-15
Date de Publication 2014-12-15
Évaluation 3.67/5 Total 36 Évaluations
Développeur remotelivereload
Type de Paiement free
Site Web de l'Extension https://github.com/bigwave/livereload-extensions
URL de la Page d'Aide https://github.com/bigwave/livereload-extensions/issues
Langues Prises en Charge 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]"
        }
    }
}