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是由Sathya Narayanan Sudhakar開發的Chrome擴展程式,該擴展的主要功能是“This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5”。
擴展截圖
下載All in one Html Compiler擴展crx文件
下載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 |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
官方網址 | 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 } |