All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
All in one Html Compiler là gì?
All in one Html Compiler là một tiện ích mở rộng Chrome được phát triển bởi Sathya Narayanan Sudhakar, và tính năng chính của nó là "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng All in one Html Compiler
Tải xuống các tệp mở rộng All in one Html Compiler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
"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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
URL Chính Thức | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Mô tả | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
Kích Thước Tệp | 84.21 KB |
Số Lần Cài Đặt | 563 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-12-28 |
Ngày Phát Hành | 2014-12-28 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Sathya Narayanan Sudhakar |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |