Closure Extension

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

Was ist Closure Extension?

Closure Extension ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "An extension that gives you quick and easy access to Google's closure compiler service".

Erweiterungsscreenshots

screenshot

Closure Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Closure Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Closure Extension Closure Extension
ID pfbfgemhjkgfmbpdfbdobandhkglmehc
Offizielle URL https://chromewebstore.google.com/detail/closure-extension/pfbfgemhjkgfmbpdfbdobandhkglmehc
Beschreibung An extension that gives you quick and easy access to Google's closure compiler service
Dateigröße 6.38 KB
Installationsanzahl 168
Aktuelle Version 1.0
Letztes Update 2012-09-10
Veröffentlichungsdatum 2012-09-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}