Extension Manager

A Chrome extension to manage other extensions.

Qu'est-ce que Extension Manager ?

Extension Manager est une extension Chrome développée par SaasWarrior, et sa fonction principale est "A Chrome extension to manage other extensions.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Extension Manager

Téléchargez les fichiers d'extension Extension Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Extension Manager Extension Manager
ID kkefldjfkcgmjkdbhmoifhngnfokboge
URL Officiel https://chromewebstore.google.com/detail/extension-manager/kkefldjfkcgmjkdbhmoifhngnfokboge
Description A Chrome extension to manage other extensions.
Taille du Fichier 15.29 KB
Nombre d'Installations 92
Version Actuelle 1.0
Dernière Mise à Jour 2023-07-23
Date de Publication 2023-07-23
Évaluation 4.25/5 Total 4 Évaluations
Développeur SaasWarrior
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}