RemoteLiveReload

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

Co to jest RemoteLiveReload?

RemoteLiveReload to rozszerzenie Chrome opracowane przez remotelivereload, a jego główną funkcją jest „Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RemoteLiveReload

Pobierz pliki rozszerzeń RemoteLiveReload w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
Oficjalny URL https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
Opis Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
Rozmiar pliku 68.84 KB
Liczba instalacji 7,314
Aktualna Wersja 0.0.46
Ostatnia Aktualizacja 2014-12-15
Data Publikacji 2014-12-15
Ocena 3.67/5 Łącznie 36 Oceny
Deweloper remotelivereload
Typ Płatności free
Strona Rozszerzenia https://github.com/bigwave/livereload-extensions
Adres URL Strony Pomocy https://github.com/bigwave/livereload-extensions/issues
Obsługiwane Języki 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]"
        }
    }
}