Closure Extension
An extension that gives you quick and easy access to Google's closure compiler service
ما هو Closure Extension؟
Closure Extension هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "An extension that gives you quick and easy access to Google's closure compiler service".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Closure Extension
قم بتنزيل ملفات الامتداد Closure Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |