RemoteLiveReload

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

Vad är RemoteLiveReload?

RemoteLiveReload är en Chrome-tillägg utvecklad av remotelivereload, och dess huvudfunktion är "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…".

Tilläggsskärmbilder

screenshot

Ladda ner RemoteLiveReload-förlängningens CRX-fil

Ladda ner RemoteLiveReload-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
Officiell webbadress https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
Beskrivning Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
Filstorlek 68.84 KB
Antal Installationer 7,314
Aktuell Version 0.0.46
Senast Uppdaterad 2014-12-15
Publiceringsdatum 2014-12-15
Betyg 3.67/5 Totalt 36 Betyg
Utvecklare remotelivereload
Betalningssätt free
Tilläggswebbplats https://github.com/bigwave/livereload-extensions
Hjälpsida URL https://github.com/bigwave/livereload-extensions/issues
Stödda Språk 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]"
        }
    }
}