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はSathya Narayanan Sudhakarによって開発されたChromeの拡張機能で、その主な機能は「This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5」です。

拡張機能のスクリーンショット

screenshot
screenshot

All in one Html Compiler拡張機能のCRXファイルをダウンロード

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.                    

拡張機能の基本情報

名前 All in one Html Compiler All in one Html Compiler
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
}