LiveReload

Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and…

LiveReload क्या है?

LiveReload https://livereload.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and…"।

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

screenshot

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

crx प्रारूप में LiveReload एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and yeoman.

See livereload.com for details; visit feedback.livereload.com to get help and vote for new features.                    

एक्सटेंशन की मूल जानकारी

नाम LiveReload LiveReload
ID jnihajbhpnppcggbcgedagnkighmdlei
आधिकारिक URL https://chromewebstore.google.com/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei
विवरण Provides Chrome browser integration for the official LiveReload apps (Mac & Windows) and third-parties like guard-livereload and…
फ़ाइल का आकार 60.78 KB
स्थापना संख्या 176,373
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2015-04-08
प्रकाशन तिथि 2015-04-08
रेटिंग 3.79/5 कुल 803 रेटिंग्स
डेवलपर https://livereload.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://livereload.com/
सहायता पृष्ठ URL http://feedback.livereload.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiveReload",
    "version": "2.1.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"
    }
}