Extension Manager

Manage and control your browser extensions more easily

ما هو Extension Manager؟

Extension Manager هو إضافة Chrome تم تطويرها بواسطة Rahul Baruri، والميزة الرئيسية لها هي "Manage and control your browser extensions more easily".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension helps you to manage your extensions more efficiently. It offers lot one click enable and disable features. 

Core features:

✅ Manage extensions efficiently
✅ One click enable or disable extensions
✅ Easier access to the extension manager
✅ Offers clean and great user experience                    

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

الاسم Extension Manager Extension Manager
ID cjghohmpcbkfadlcldfcjlnoacgggnoi
عنوان URL الرسمي https://chromewebstore.google.com/detail/extension-manager/cjghohmpcbkfadlcldfcjlnoacgggnoi
الوصف Manage and control your browser extensions more easily
حجم الملف 110 KB
عدد التثبيتات 930
النسخة الحالية 1.0.1
آخر تحديث 2022-02-08
تاريخ النشر 2022-02-05
تقييم 4.29/5 مجموع تقييمات 7
المطور Rahul Baruri
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Manager",
    "short_name": "Extension Manager",
    "description": "Manage and control your browser extensions more easily",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "38": "assets\/icons\/icon-32.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/js\/angular.min.js",
                "\/assets\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "management",
        "storage"
    ],
    "action": {
        "default_icon": "\/assets\/icons\/icon-20.png",
        "default_popup": "popup.html"
    }
}