All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Apa itu All in one Html Compiler?
All in one Html Compiler adalah ekstensi Chrome yang dikembangkan oleh Sathya Narayanan Sudhakar, dan fitur utamanya adalah "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi All in one Html Compiler
Unduh file ekstensi All in one Html Compiler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
"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.
Informasi Dasar Ekstensi
Nama | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
URL Resmi | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Deskripsi | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
Ukuran File | 84.21 KB |
Jumlah Instalasi | 563 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-12-28 |
Tanggal Publikasi | 2014-12-28 |
Penilaian | 4.29/5 Total 7 Penilaian |
Pengembang | Sathya Narayanan Sudhakar |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |