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]"
        }
    }
}