Closure Extension

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

Apa itu Closure Extension?

Closure Extension adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "An extension that gives you quick and easy access to Google's closure compiler service".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Closure Extension

Unduh file ekstensi Closure Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Closure Extension Closure Extension
ID pfbfgemhjkgfmbpdfbdobandhkglmehc
URL Resmi https://chromewebstore.google.com/detail/closure-extension/pfbfgemhjkgfmbpdfbdobandhkglmehc
Deskripsi An extension that gives you quick and easy access to Google's closure compiler service
Ukuran File 6.38 KB
Jumlah Instalasi 168
Versi Saat Ini 1.0
Terakhir Diperbarui 2012-09-10
Tanggal Publikasi 2012-09-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}