Closure Extension
An extension that gives you quick and easy access to Google's closure compiler service
Closure Extension क्या है?
Closure Extension Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that gives you quick and easy access to Google's closure compiler service"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Closure Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } |