All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Vad är All in one Html Compiler?
All in one Html Compiler är en Chrome-tillägg utvecklad av Sathya Narayanan Sudhakar, och dess huvudfunktion är "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".
Tilläggsskärmbilder
Ladda ner All in one Html Compiler-förlängningens CRX-fil
Ladda ner All in one Html Compiler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
"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.
Grundläggande Information om Tillägg
Namn | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
Officiell webbadress | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Beskrivning | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
Filstorlek | 84.21 KB |
Antal Installationer | 563 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-12-28 |
Publiceringsdatum | 2014-12-28 |
Betyg | 4.29/5 Totalt 7 Betyg |
Utvecklare | Sathya Narayanan Sudhakar |
Betalningssätt | free |
Stödda Språk | 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 } |