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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}