All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Wat is All in one Html Compiler?
All in one Html Compiler is een Chrome-extensie ontwikkeld door Sathya Narayanan Sudhakar, en de belangrijkste functie is "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".
Extensie Screenshots
Download het CRX-bestand van de extensie All in one Html Compiler
Download All in one Html Compiler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
"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.
Basisinformatie over de Extensie
Naam | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
Officiële URL | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Beschrijving | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
Bestandsgrootte | 84.21 KB |
Aantal Installaties | 563 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-12-28 |
Publicatiedatum | 2014-12-28 |
Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Sathya Narayanan Sudhakar |
Betalingswijze | free |
Ondersteunde Talen | 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 } |