All in one Html Compiler

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

Co je All in one Html Compiler?

All in one Html Compiler je rozšíření Chrome vyvinuté Sathya Narayanan Sudhakar, a jeho hlavní funkcí je „This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření All in one Html Compiler

Stáhněte si soubory rozšíření All in one Html Compiler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název All in one Html Compiler All in one Html Compiler
ID kjoieegokhlfbfjippnfccokkkfdmghk
Oficiální URL https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk
Popis This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Velikost souboru 84.21 KB
Počet instalací 563
Aktuální Verze 1.0
Poslední Aktualizace 2014-12-28
Datum Vydání 2014-12-28
Hodnocení 4.29/5 Celkem 7 Hodnocení
Vývojář Sathya Narayanan Sudhakar
Typ Platby free
Podporované Jazyky 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
}