All in one Html Compiler

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

O que é All in one Html Compiler?

All in one Html Compiler é uma extensão do Chrome desenvolvida por Sathya Narayanan Sudhakar, e sua principal característica é "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão All in one Html Compiler

Baixe arquivos de extensão All in one Html Compiler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 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
Descrição This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Tamanho do Arquivo 84.21 KB
Contagem de Instalações 563
Versão Atual 1.0
Última Atualização 2014-12-28
Data de Publicação 2014-12-28
Classificação 4.29/5 Total de 7 Avaliações
Desenvolvedor Sathya Narayanan Sudhakar
Tipo de Pagamento free
Idiomas Suportados 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
}