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
官方網址 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]"
        }
    }
}