Browser Manager Plus

Organize your browser environment and control your extensions

ما هو Browser Manager Plus؟

Browser Manager Plus هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Organize your browser environment and control your extensions".

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

screenshot

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

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

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

                        Organize your browser environment and control your extensions

You can control all you extensions or tabs directly on the page. Just open menu on the top right corner of the page and you are ready to go! Or you can enable extension in extensions panel.

Browser Manager Plus allows you to control your tabs, switching between workspaces that automatically saves opened tabs.

Enable/disable all your extensions and apps with one click without need to find it in browser settings.                    

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

الاسم Browser Manager Plus Browser Manager Plus
ID ojfhhjmbokpebjjhemfjnebdhkfejmdg
عنوان URL الرسمي https://chromewebstore.google.com/detail/browser-manager-plus/ojfhhjmbokpebjjhemfjnebdhkfejmdg
الوصف Organize your browser environment and control your extensions
حجم الملف 236 KB
عدد التثبيتات 3,155
النسخة الحالية 1.0.1
آخر تحديث 2022-04-29
تاريخ النشر 2022-04-22
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Organize your browser environment and control your extensions",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "Browser Manager Plus",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16x16.png",
            "24": "24x24.png",
            "32": "32x32.png"
        }
    },
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "management",
        "tabs",
        "storage",
        "system.cpu",
        "system.storage",
        "system.memory"
    ],
    "host_permissions": [
        ""
    ]
}