Extension Manager

A Chrome extension to manage other extensions.

什麼是Extension Manager?

Extension Manager是由SaasWarrior開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension to manage other extensions.”。

擴展截圖

screenshot

下載Extension Manager擴展crx文件

下載Extension Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "Extension Manager" is a powerful Chrome extension designed to streamline your extension management experience and offer full control over the extensions installed in your browser. With this user-friendly tool, you can easily enable or disable extensions, uninstall unnecessary ones, and access the Chrome Extensions page with just a few clicks.

Key Features:

✅ Enable and Disable Extensions: Gain the ability to enable or disable any extension on the fly. This feature allows you to keep only the necessary extensions active, improving your browser's performance and minimizing clutter.

✅ Uninstall with Ease: Say goodbye to unwanted extensions that clutter your toolbar. Uninstall extensions effortlessly, freeing up valuable browser space and resources.

✅ One-Click Access to Extensions Page: Navigate to the Chrome Extensions page with a simple click. No need to navigate through multiple menus; this extension provides quick access to manage your extensions effectively.

❓ Why Users Should Install It:

🔹 Streamlined Extension Management: Managing extensions in Chrome can be time-consuming and challenging, especially when you have numerous add-ons. "Extension Manager" simplifies this process, making it a breeze to enable, disable, or uninstall extensions.

🔹 Improve Browser Performance: By selectively enabling only the essential extensions, you can significantly enhance your browser's performance, reducing load times and resource consumption.

🔹 Reduce Clutter: Keep your Chrome toolbar organized and free from clutter by easily uninstalling unwanted extensions. Enjoy a clean and efficient browsing experience.

🔹 Enhanced Control: Take charge of your browser extensions with ease. "Extension Manager" empowers you to decide which extensions stay active, allowing you to customize your browsing environment to suit your needs.

🔹 Quick Access to Extensions Page: No need to fumble through settings to access the Extensions page. This extension provides a convenient button for instant access, saving you time and effort.

Don't let your browser extensions dictate your browsing experience. Install "Extension Manager" now and take control of your Chrome extensions like never before. Experience improved performance, reduced clutter, and a smoother browsing journey.                    

擴展基本資訊

名稱 Extension Manager Extension Manager
ID kkefldjfkcgmjkdbhmoifhngnfokboge
官方網址 https://chromewebstore.google.com/detail/extension-manager/kkefldjfkcgmjkdbhmoifhngnfokboge
簡介 A Chrome extension to manage other extensions.
檔案大小 15.29 KB
安裝次數 92
目前版本 1.0
更新時間 2023-07-23
上架時間 2023-07-23
評分 4.25/5 共 4 次評分
開發者 SaasWarrior
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension Manager",
    "version": "1.0",
    "description": "A Chrome extension to manage other extensions.",
    "action": {
        "default_popup": "popup_window.html"
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "management"
    ]
}