All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Qu'est-ce que All in one Html Compiler ?
All in one Html Compiler est une extension Chrome développée par Sathya Narayanan Sudhakar, et sa fonction principale est "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension All in one Html Compiler
Téléchargez les fichiers d'extension All in one Html Compiler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"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.
Informations de Base sur l'Extension
Nom | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
URL Officiel | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Description | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
Taille du Fichier | 84.21 KB |
Nombre d'Installations | 563 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-12-28 |
Date de Publication | 2014-12-28 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | Sathya Narayanan Sudhakar |
Type de Paiement | free |
Langues Prises en Charge | 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 } |