RemoteLiveReload

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

Wat is RemoteLiveReload?

RemoteLiveReload is een Chrome-extensie ontwikkeld door remotelivereload, en de belangrijkste functie is "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RemoteLiveReload

Download RemoteLiveReload-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
Officiële URL https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
Beschrijving Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
Bestandsgrootte 68.84 KB
Aantal Installaties 7,314
Huidige Versie 0.0.46
Laatst Bijgewerkt 2014-12-15
Publicatiedatum 2014-12-15
Beoordeling 3.67/5 Totaal 36 Beoordelingen
Ontwikkelaar remotelivereload
Betalingswijze free
Extensiewebsite https://github.com/bigwave/livereload-extensions
Help Pagina-URL https://github.com/bigwave/livereload-extensions/issues
Ondersteunde Talen 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]"
        }
    }
}