Closure Extension

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

What is Closure Extension?

Closure Extension is a Chrome extension developed by Unknown, and its main feature is "An extension that gives you quick and easy access to Google's closure compiler service".

Extension Screenshots

screenshot

Download Closure Extension Extension CRX File

Download Closure Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Closure Extension Closure Extension
ID pfbfgemhjkgfmbpdfbdobandhkglmehc
Official URL https://chromewebstore.google.com/detail/closure-extension/pfbfgemhjkgfmbpdfbdobandhkglmehc
Description An extension that gives you quick and easy access to Google's closure compiler service
File Size 6.38 KB
Installation Count 168
Current Version 1.0
Last Updated 2012-09-10
Publish Date 2012-09-10
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}