Live Code

Automatic refresh on code change

ما هو Live Code؟

Live Code هو إضافة Chrome تم تطويرها بواسطة http://www.yago.io، والميزة الرئيسية لها هي "Automatic refresh on code change".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Live Code

قم بتنزيل ملفات الامتداد Live Code بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}