Extension Manager

A Chrome extension to manage other extensions.

Was ist Extension Manager?

Extension Manager ist eine Chrome-Erweiterung, die von SaasWarrior entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension to manage other extensions.".

Erweiterungsscreenshots

screenshot

Extension Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Extension Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        "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.                    

Grundlegende Informationen zur Erweiterung

Name Extension Manager Extension Manager
ID kkefldjfkcgmjkdbhmoifhngnfokboge
Offizielle URL https://chromewebstore.google.com/detail/extension-manager/kkefldjfkcgmjkdbhmoifhngnfokboge
Beschreibung A Chrome extension to manage other extensions.
Dateigröße 15.29 KB
Installationsanzahl 92
Aktuelle Version 1.0
Letztes Update 2023-07-23
Veröffentlichungsdatum 2023-07-23
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler SaasWarrior
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}