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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "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
}