Emmet LiveStyle

LiveStyle — the first bi-directional real-time edit tool for CSS, LESS and SCSS.

什麼是Emmet LiveStyle?

Emmet LiveStyle是由https://emmet.io開發的Chrome擴展程式,該擴展的主要功能是“LiveStyle — the first bi-directional real-time edit tool for CSS, LESS and SCSS.”。

擴展截圖

下載Emmet LiveStyle擴展crx文件

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

擴展使用說明

                        Instantly updates your web-page stylesheet while you edit CSS, LESS or SCSS file in your text editor. No file saving or page reloading: pure real-time experience! And this is the first tool that transfers updates from DevTools back into source code the right way.

Includes Remote View: creates publicly-available URL (aka “reverse tunnel”) to test your local web-sites on any internet-connect device or services like BrowserStack.                    

擴展基本資訊

名稱 Emmet LiveStyle Emmet LiveStyle
ID diebikgmpmeppiilkaijjbdgciafajmg
官方網址 https://chromewebstore.google.com/detail/emmet-livestyle/diebikgmpmeppiilkaijjbdgciafajmg
簡介 LiveStyle — the first bi-directional real-time edit tool for CSS, LESS and SCSS.
檔案大小 356 KB
安裝次數 27,335
目前版本 1.0.8
更新時間 2017-03-14
上架時間 2017-03-14
評分 4.36/5 共 351 次評分
開發者 https://emmet.io
電子郵箱 [email protected]
付費類型 free
擴展官網 http://livestyle.io/
說明頁面URL http://livestyle.io/docs/
隱私政策頁面URL http://livestyle.io/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emmet LiveStyle",
    "description": "LiveStyle \u2014 the first bi-directional real-time edit tool for CSS, LESS and SCSS.",
    "short_name": "LiveStyle",
    "version": "1.0.8",
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js",
            "third-party\/advisor-media.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "scripts\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google.com; object-src 'self'",
    "devtools_page": ".\/devtools.html",
    "browser_action": {
        "default_title": "LiveStyle Control Panel",
        "default_popup": "popup.html",
        "default_icon": "icon\/ba-disabled.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcrTJSUd51qTt4JPhpve5\/bMwmJ5SFhUU2blEF9tUdt7TNCS\/Y2oFz5yGWWXgLnLQ5822\/+PkiSOwoG1QoLjaRz+TBIup+vctPuEsYk3+H1bGhdULjxhrsczKjYA2KPMX0ll\/ncR1C3lalRx8PMwYW68bkXH\/Z9USp5ITlBjoJ6QIDAQAB",
    "oauth2": {
        "client_id": "429076250235-ik9plskehth6ihmslgnl5a83do6e9tm9.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    },
    "manifest_version": 2
}