All in one Html Compiler

This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5

ما هو All in one Html Compiler؟

All in one Html Compiler هو إضافة Chrome تم تطويرها بواسطة Sathya Narayanan Sudhakar، والميزة الرئيسية لها هي "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".

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

screenshot
screenshot

تحميل ملف CRX للإضافة All in one Html Compiler

قم بتنزيل ملفات الامتداد All in one Html Compiler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        "All in one HTML Compiler" is a "learnmyself" on cutting edge Web trends like AngularJS, Twitter Bootstrap,HTML5 and jQuery. 

Use "HC" as simple as you can edit the HTML, and click on "output" button to view/compile the result.

The output result is responsive and can be tested using Chrome developer Tool-Emulation.                    

معلومات أساسية عن التمديد

الاسم All in one Html Compiler All in one Html Compiler
ID kjoieegokhlfbfjippnfccokkkfdmghk
عنوان URL الرسمي https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk
الوصف This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
حجم الملف 84.21 KB
عدد التثبيتات 563
النسخة الحالية 1.0
آخر تحديث 2014-12-28
تاريخ النشر 2014-12-28
تقييم 4.29/5 مجموع تقييمات 7
المطور Sathya Narayanan Sudhakar
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All in one Html Compiler",
    "description": "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "backy.js"
        ]
    },
    "short_name": "HC",
    "offline_enabled": true
}