All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Co to jest All in one Html Compiler?
All in one Html Compiler to rozszerzenie Chrome opracowane przez Sathya Narayanan Sudhakar, a jego główną funkcją jest „This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia All in one Html Compiler
Pobierz pliki rozszerzeń All in one Html Compiler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
"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.
Podstawowe informacje o rozszerzeniu
Nazwa | All in one Html Compiler |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
Oficjalny URL | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Opis | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
Rozmiar pliku | 84.21 KB |
Liczba instalacji | 563 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-12-28 |
Data Publikacji | 2014-12-28 |
Ocena | 4.29/5 Łącznie 7 Oceny |
Deweloper | Sathya Narayanan Sudhakar |
Typ Płatności | free |
Obsługiwane Języki | 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 } |