Live Code

Automatic refresh on code change

Live Code क्या है?

Live Code http://www.yago.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic refresh on code change"।

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

screenshot

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

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

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

                        Automatic browser refresh when your code change. It using the amazing Livejs library : http://livejs.com/                    

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

नाम Live Code Live Code
ID pbkdbmgemcgnpicnocgjhhohkidgpldc
आधिकारिक URL https://chrome.google.com/webstore/detail/live-code/pbkdbmgemcgnpicnocgjhhohkidgpldc
विवरण Automatic refresh on code change
फ़ाइल का आकार 21.51 KB
स्थापना संख्या 407
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-01-23
प्रकाशन तिथि 2014-01-23
रेटिंग 2.50/5 कुल 8 रेटिंग्स
डेवलपर http://www.yago.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://livejs.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Code",
    "description": "Automatic refresh on code change",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "off-19.png",
            "38": "off-38.png"
        },
        "default_title": "Enable Fine Reader"
    },
    "web_accessible_resources": [
        "css\/letemps.css"
    ]
}