Extensions Manager
This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
ما هو Extensions Manager؟
Extensions Manager هو إضافة Chrome تم تطويرها بواسطة rotagi37، والميزة الرئيسية لها هي "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Extensions Manager
قم بتنزيل ملفات الامتداد Extensions Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them * easily search in your extensions list. * see extension you didn't know you have installed. Note: too many running extension takes up memory and resources from your computer for no reason. using this extension you can disable all unnecessary extensions and only enable them when needed.
معلومات أساسية عن التمديد
الاسم | Extensions Manager |
ID | kllcckbicipekmojkcopeameajngoomf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf |
الوصف | This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them |
حجم الملف | 60.1 KB |
عدد التثبيتات | 11,840 |
النسخة الحالية | 1.0.4.1 |
آخر تحديث | 2022-08-22 |
تاريخ النشر | 2019-09-13 |
تقييم | 4.14/5 مجموع تقييمات 28 |
المطور | rotagi37 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensions Manager", "manifest_version": 3, "version": "1.0.4.1", "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them", "permissions": [ "management" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "19": "icon48.png", "38": "icon48.png" }, "default_title": "Extensions Manager", "default_popup": "popup.html" } } |