Emmet LiveStyle

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

Emmet LiveStyle क्या है?

Emmet LiveStyle https://emmet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LiveStyle — the first bi-directional real-time edit tool for CSS, LESS and SCSS."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Emmet LiveStyle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}