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 je RemoteLiveReload?
RemoteLiveReload je rozšíření Chrome vyvinuté remotelivereload, a jeho hlavní funkcí je „Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření RemoteLiveReload
Stáhněte si soubory rozšíření RemoteLiveReload ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | RemoteLiveReload |
ID | jlppknnillhjgiengoigajegdpieppei |
Oficiální URL | https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei |
Popis | Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension… |
Velikost souboru | 68.84 KB |
Počet instalací | 7,314 |
Aktuální Verze | 0.0.46 |
Poslední Aktualizace | 2014-12-15 |
Datum Vydání | 2014-12-15 |
Hodnocení | 3.67/5 Celkem 36 Hodnocení |
Vývojář | remotelivereload |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/bigwave/livereload-extensions |
URL Stránky Nápovědy | https://github.com/bigwave/livereload-extensions/issues |
Podporované Jazyky | 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": [ " |