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
}