All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
What is All in one Html Compiler?
All in one Html Compiler is a Chrome extension developed by Sathya Narayanan Sudhakar, and its main feature is "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".
Extension Screenshots
Download All in one Html Compiler Extension CRX File
Download All in one Html Compiler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"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.
Extension Basic Information
Name | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
Official URL | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Description | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
File Size | 84.21 KB |
Installation Count | 563 |
Current Version | 1.0 |
Last Updated | 2014-12-28 |
Publish Date | 2014-12-28 |
Rating | 4.29/5 Total 7 Ratings |
Developer | Sathya Narayanan Sudhakar |
Payment Type | free |
Supported Languages | 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 } |