RemoteLiveReload

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

What is RemoteLiveReload?

RemoteLiveReload is a Chrome extension developed by remotelivereload, and its main feature is "Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…".

Extension Screenshots

screenshot

Download RemoteLiveReload Extension CRX File

Download RemoteLiveReload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
Official URL 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…
File Size 68.84 KB
Installation Count 7,314
Current Version 0.0.46
Last Updated 2014-12-15
Publish Date 2014-12-15
Rating 3.67/5 Total 36 Ratings
Developer remotelivereload
Payment Type free
Extension Website https://github.com/bigwave/livereload-extensions
Help Page URL https://github.com/bigwave/livereload-extensions/issues
Supported Languages 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]"
        }
    }
}