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"
    ]
}