Quick Extension Manager
A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off
ما هو Quick Extension Manager؟
Quick Extension Manager هو إضافة Chrome تم تطويرها بواسطة Chris Dermody، والميزة الرئيسية لها هي "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off".
تحميل ملف CRX للإضافة Quick Extension Manager
قم بتنزيل ملفات الامتداد Quick Extension Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quick Extension Manager is a small, free extension designed to make it quick and easy to toggle your chrome extensions on or off. The extension lists all of your installed extensions in a 2-column layout with their images. There is also a handy search box you can use to quickly find the extension you need to turn on or off.
معلومات أساسية عن التمديد
الاسم | |
ID | clgnjooadgjehcfgiboagghflodbeidf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/quick-extension-manager/clgnjooadgjehcfgiboagghflodbeidf |
الوصف | A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off |
حجم الملف | 442 KB |
عدد التثبيتات | 135 |
النسخة الحالية | 0.1.6 |
آخر تحديث | 2015-04-11 |
تاريخ النشر | 2015-04-11 |
تقييم | 2.33/5 مجموع تقييمات 6 |
المطور | Chris Dermody |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Extension Manager", "description": "A simple chrome extension that makes it quick and easy to turn your chrome extensions on and off", "version": "0.1.6", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "management" ], "browser_action": { "default_icon": "app.png", "default_popup": "popup.html" }, "short_name": "Extension Manager" } |