LiveReloadHttps

This extension provide a simple integration for livereload on your browser. - This extension is a forked version of the official…

什麼是LiveReloadHttps?

LiveReloadHttps是由heiso開發的Chrome擴展程式,該擴展的主要功能是“This extension provide a simple integration for livereload on your browser. - This extension is a forked version of the official…”。

擴展截圖

screenshot

下載LiveReloadHttps擴展crx文件

下載LiveReloadHttps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension provide a simple integration for livereload on your browser.
- This extension is a forked version of the official one : https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei?hl=fr
- This version is compatible with https.                    

擴展基本資訊

名稱 LiveReloadHttps LiveReloadHttps
ID mbcllnijheidbcbjhagbloiplmddkacm
官方網址 https://chromewebstore.google.com/detail/livereloadhttps/mbcllnijheidbcbjhagbloiplmddkacm
簡介 This extension provide a simple integration for livereload on your browser. - This extension is a forked version of the official…
檔案大小 67.92 KB
安裝次數 113
目前版本 1.0.0
更新時間 2016-05-29
上架時間 2016-05-28
評分 4.00/5 共 1 次評分
開發者 heiso
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiveReloadHttps",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "global.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": "IconDisabled.png"
    }
}