All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Cos'è All in one Html Compiler?
All in one Html Compiler è un'estensione di Chrome sviluppata da Sathya Narayanan Sudhakar, e la sua funzione principale è "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione All in one Html Compiler
Scarica i file di estensione All in one Html Compiler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
"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.
Informazioni di Base sull'Estensione
Nome | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
URL Ufficiale | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Descrizione | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
Dimensione del File | 84.21 KB |
Conteggio Installazioni | 563 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-12-28 |
Data di Pubblicazione | 2014-12-28 |
Valutazione | 4.29/5 Totale 7 Valutazioni |
Sviluppatore | Sathya Narayanan Sudhakar |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |