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
官方URL 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"
    ]
}