Extensions Manager

This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them

Was ist Extensions Manager?

Extensions Manager ist eine Chrome-Erweiterung, die von rotagi37 entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them".

Erweiterungsscreenshots

screenshot

Extensions Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Extensions 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

                        This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them 

* easily search in your extensions list.
* see extension you didn't know you have installed.


Note: too many running extension takes up memory and resources from your computer for no reason.
using this extension you can disable all unnecessary extensions and only enable them when needed.                    

Grundlegende Informationen zur Erweiterung

Name Extensions Manager Extensions Manager
ID kllcckbicipekmojkcopeameajngoomf
Offizielle URL https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf
Beschreibung This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
Dateigröße 60.1 KB
Installationsanzahl 11,840
Aktuelle Version 1.0.4.1
Letztes Update 2022-08-22
Veröffentlichungsdatum 2019-09-13
Bewertung 4.14/5 Insgesamt 28 Bewertungen
Entwickler rotagi37
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensions Manager",
    "manifest_version": 3,
    "version": "1.0.4.1",
    "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them",
    "permissions": [
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png"
        },
        "default_title": "Extensions Manager",
        "default_popup": "popup.html"
    }
}