All in one Html Compiler
This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Что такое All in one Html Compiler?
All in one Html Compiler - это расширение Chrome, разработанное Sathya Narayanan Sudhakar, и его основная функция - "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".
Снимки экрана расширения
Скачать файл CRX расширения All in one Html Compiler
Скачайте файлы расширений All in one Html Compiler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
"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.
Основная информация о расширении
Название | |
ID | kjoieegokhlfbfjippnfccokkkfdmghk |
Официальный URL | https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk |
Описание | This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5 |
Размер файла | 84.21 KB |
Количество установок | 563 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-12-28 |
Дата публикации | 2014-12-28 |
Рейтинг | 4.29/5 Всего 7 оценок |
Разработчик | Sathya Narayanan Sudhakar |
Тип оплаты | free |
Поддерживаемые языки | 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 } |