All in one Html Compiler

This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5

¿Qué es All in one Html Compiler?

All in one Html Compiler es una extensión de Chrome desarrollada por Sathya Narayanan Sudhakar, y su función principal es "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión All in one Html Compiler

Descarga archivos de extensión All in one Html Compiler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        "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.                    

Información Básica de la Extensión

Nombre All in one Html Compiler All in one Html Compiler
ID kjoieegokhlfbfjippnfccokkkfdmghk
URL Oficial https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk
Descripción This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Tamaño del Archivo 84.21 KB
Cantidad de Instalaciones 563
Versión Actual 1.0
Última Actualización 2014-12-28
Fecha de Publicación 2014-12-28
Calificación 4.29/5 Total de 7 Calificaciones
Desarrollador Sathya Narayanan Sudhakar
Tipo de Pago free
Idiomas Soportados 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
}