Closure Extension

An extension that gives you quick and easy access to Google's closure compiler service

什么是Closure Extension?

Closure Extension是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“An extension that gives you quick and easy access to Google's closure compiler service”。

扩展截图

screenshot

下载Closure Extension扩展crx文件

下载Closure Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An extension that gives you quick and easy access to Google's closure compiler service to compress/minify your javascript. Gives you the basic compression stats and lets you add external URLs as well.                    

扩展基本信息

名称 Closure Extension Closure Extension
ID pfbfgemhjkgfmbpdfbdobandhkglmehc
官方URL https://chromewebstore.google.com/detail/closure-extension/pfbfgemhjkgfmbpdfbdobandhkglmehc
简介 An extension that gives you quick and easy access to Google's closure compiler service
文件大小 6.38 KB
安装次数 168
当前版本 1.0
更新时间 2012-09-10
上架时间 2012-09-10
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closure Extension",
    "version": "1.0",
    "manifest_version": 2,
    "description": "An extension that gives you quick and easy access to Google's closure compiler service",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "Main.html"
    },
    "permissions": [
        "http:\/\/closure-compiler.appspot.com\/home"
    ]
}