mimosa-livereload

Livereload for mimosa web framework server (http://mimosa.io)

mimosa-livereload क्या है?

mimosa-livereload Ivan Fraixedes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Livereload for mimosa web framework server (http://mimosa.io)"।

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

screenshot

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

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

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

                        Livereload extension for mimosa web framework server (http://mimosa.io).
With this extension you don't need to add to your web pages (probably in the layout) "socket.io" (unless that you use it for your own implementation) and  "reload-client.js" scripts, basically it will deal with the server to reload your page whenever server notify changes.

To enable livereload in a tab, press the icon that extension provide in the browser action bar; the icon is the mimosa flame, which appear in black & white when is disabled and in its original color when it is enabled.                    

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

नाम mimosa-livereload mimosa-livereload
ID ilabemofohmfjciemambcomieohbchip
आधिकारिक URL https://chromewebstore.google.com/detail/mimosa-livereload/ilabemofohmfjciemambcomieohbchip
विवरण Livereload for mimosa web framework server (http://mimosa.io)
फ़ाइल का आकार 73.62 KB
स्थापना संख्या 83
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2014-04-21
प्रकाशन तिथि 2014-04-21
डेवलपर Ivan Fraixedes
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mimosa.io
सहायता पृष्ठ URL https://github.com/ifraixedes/chrome-extension-mimosa-livereload/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mimosa-livereload",
    "version": "0.0.1",
    "author": "Ivan Fraixedes  (http:\/\/ivan.fraixed.es)",
    "description": "Livereload for mimosa web framework server (http:\/\/mimosa.io)",
    "icons": {
        "16": "img\/flame-from-logo-16.png",
        "48": "img\/flame-from-logo-48.png",
        "128": "img\/mimosa-logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/flame-from-logo-19-bw.png",
            "38": "img\/flame-from-logo-38-bw.png"
        },
        "default_title": "Mimosa auto-reload"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "scripts\/socket.io.js",
            "scripts\/live-reload.js",
            "scripts\/switcher.js"
        ]
    }
}