RemoteLiveReload

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

什么是RemoteLiveReload?

RemoteLiveReload是由remotelivereload开发的Chrome扩展程序,该扩展的主要功能是“Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…”。

扩展截图

screenshot

下载RemoteLiveReload扩展crx文件

下载RemoteLiveReload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 RemoteLiveReload RemoteLiveReload
ID jlppknnillhjgiengoigajegdpieppei
官方URL https://chromewebstore.google.com/detail/remotelivereload/jlppknnillhjgiengoigajegdpieppei
简介 Live Reload is a system to automatically reload a web page when the source files for that web page are changed. This extension…
文件大小 68.84 KB
安装次数 7,314
当前版本 0.0.46
更新时间 2014-12-15
上架时间 2014-12-15
评分 3.67/5 共36次评分
开发者 remotelivereload
付费类型 free
扩展官网 https://github.com/bigwave/livereload-extensions
帮助页面URL https://github.com/bigwave/livereload-extensions/issues
支持的语言 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]"
        }
    }
}