Extension Manager

Extension that manages other extensions

ما هو Extension Manager؟

Extension Manager هو إضافة Chrome تم تطويرها بواسطة Dummybug Studios، والميزة الرئيسية لها هي "Extension that manages other extensions".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Extension Manager

قم بتنزيل ملفات الامتداد Extension Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        If you have tons of extensions but don't want to leave them all on at the same time - this extension is for you. You can use this to turn them on and off.

Ctrl+L is the default keybinding to open the popup
Move with arrow keys
Press enter to turn toggle extensions on and off

This is mostly for personal use but if you find it useful as well then great :)                    

معلومات أساسية عن التمديد

الاسم Extension Manager Extension Manager
ID baamgahfpefickjomejmemkejkeglaek
عنوان URL الرسمي https://chromewebstore.google.com/detail/extension-manager/baamgahfpefickjomejmemkejkeglaek
الوصف Extension that manages other extensions
حجم الملف 38.61 KB
عدد التثبيتات 969
النسخة الحالية 0.0.0.2
آخر تحديث 2022-10-17
تاريخ النشر 2018-11-18
تقييم 4.45/5 مجموع تقييمات 11
المطور Dummybug Studios
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/DummybugStudios/ExtensionEnabler
عنوان صفحة المساعدة https://github.com/DummybugStudios/ExtensionEnabler/issues
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension Manager",
    "description": "Extension that manages other extensions",
    "version": "0.0.0.2",
    "action": {
        "default_popup": "popup.html",
        "default_script": "popup.js"
    },
    "permissions": [
        "management"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+L"
            }
        }
    }
}