Extension Manager

Manage Extensions, Enable/disable, Custom Folder or Nickname, Star and Download as CRX or ZIP.

Was ist Extension Manager?

Extension Manager ist eine Chrome-Erweiterung, die von Hongyuan Cao entwickelt wurde, und ihr Hauptmerkmal ist "Manage Extensions, Enable/disable, Custom Folder or Nickname, Star and Download as CRX or ZIP.".

Erweiterungsscreenshots

screenshot
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

                        Quickly and easily enable, disable, uninstall extensions, view uninstall records or history; customize groups, set nicknames or notes. The best plugin management tool to use.

🌟Highlights Features🌟
1. extensions list: beautiful UI design, the list displays all extensions content, versions, groups, and nicknames. At the same time, it shows how many extensions there are, how many extensions are turned on and off, and the number of uninstalled extensions;
3. One-click enable: On the list page, you can enable one-click extensions;
4. One-click disable: On the list page, you can disable extensions with one click, and also support one-click closing all extensions;
5. One-click uninstall: On the list page, you can uninstall unnecessary extensions with one click;
6. Intelligent search: You can match the desired extensions according to the extensions name or alias and nickname and description;
7. Uninstallation records: You can view the history records that have been uninstalled, and support reinstallation;
8. Smart Jump: Support one-click jump to the official homepage and system options page;
9. Note nickname: Supports setting nicknames or notes for the extension, which is easy to find, and can also be quickly located by searching;
10. Favorite collection: support collection of your favorite extensions and display them at the front;
11. More clicks: You can click to manage extensions, quickly go to the mall address, etc.;
12. Smart grouping: You can create custom groups, and the groups will be displayed on the extensions list page;
13. Plugin details: You can view more details of the extension with one click: description, enabled, homepageUrl, hostPermissions, icons, id, installType, isApp, mayDisable, name, offlineEnabled, optionsUrl, permissions, shortName, type, updateUrl, version, etc. .
14. Download the extensions package: ZIP, CRX;

🔍More features are coming 🔍
1. Save memory plan.
2. Export Data: You can export extensions information: CSV, JSON, Excel;

✍️Important content✍️
1. The current extension is completely free, and there is no need to obtain user information;
2. If you have suggestions or functions you need, please leave a comment, we will try our best to meet your needs, thank you.                    

Grundlegende Informationen zur Erweiterung

Name Extension Manager Extension Manager
ID efolofldmcajcobffimbnokcnfcicooc
Offizielle URL https://chromewebstore.google.com/detail/extension-manager/efolofldmcajcobffimbnokcnfcicooc
Beschreibung Manage Extensions, Enable/disable, Custom Folder or Nickname, Star and Download as CRX or ZIP.
Dateigröße 448 KB
Installationsanzahl 6,000
Aktuelle Version 2.7.0.0
Letztes Update 2024-02-05
Veröffentlichungsdatum 2022-09-19
Bewertung 4.22/5 Insgesamt 60 Bewertungen
Entwickler Hongyuan Cao
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://denote.net/privacy
Unterstützte Sprachen id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.7.0.0",
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icon\/logo.png",
            "32": "icon\/logo.png",
            "48": "icon\/logo.png",
            "128": "icon\/logo.png",
            "300": "icon\/logo.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon\/logo.png",
        "32": "icon\/logo.png",
        "48": "icon\/logo.png",
        "128": "icon\/logo.png",
        "300": "icon\/logo.png"
    },
    "permissions": [
        "management",
        "storage",
        "unlimitedStorage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/clients2.google.com\/service\/update2\/crx*",
        "*:\/\/clients2.googleusercontent.com\/crx\/download\/*"
    ]
}