Closure Extension
An extension that gives you quick and easy access to Google's closure compiler service
Wat is Closure Extension?
Closure Extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "An extension that gives you quick and easy access to Google's closure compiler service".
Extensie Screenshots
Download het CRX-bestand van de extensie Closure Extension
Download Closure Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pfbfgemhjkgfmbpdfbdobandhkglmehc |
| Officiële URL | https://chromewebstore.google.com/detail/closure-extension/pfbfgemhjkgfmbpdfbdobandhkglmehc |
| Beschrijving | An extension that gives you quick and easy access to Google's closure compiler service |
| Bestandsgrootte | 6.38 KB |
| Aantal Installaties | 168 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2012-09-10 |
| Publicatiedatum | 2012-09-10 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |