All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Was ist All in one Html Compiler?
All in one Html Compiler ist eine Chrome-Erweiterung, die von Sathya Narayanan Sudhakar entwickelt wurde, und ihr Hauptmerkmal ist "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".
Erweiterungsscreenshots
All in one Html Compiler-Erweiterungs-CRX-Datei herunterladen
Laden Sie All in one Html Compiler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
"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.
Grundlegende Informationen zur Erweiterung
Name | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
Offizielle URL | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Beschreibung | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
Dateigröße | 84.21 KB |
Installationsanzahl | 563 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-12-28 |
Veröffentlichungsdatum | 2014-12-28 |
Bewertung | 4.29/5 Insgesamt 7 Bewertungen |
Entwickler | Sathya Narayanan Sudhakar |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |