Extension Manager

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

Hvad er Extension Manager?

Extension Manager er en Chrome-udvidelse udviklet af Hongyuan Cao, og dens hovedfunktion er "Manage Extensions, Enable/disable, Custom Folder or Nickname, Star and Download as CRX or ZIP.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Extension Manager-udvidelses-CRX-fil

Download Extension Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Extension Manager Extension Manager
ID efolofldmcajcobffimbnokcnfcicooc
Officiel URL https://chromewebstore.google.com/detail/extension-manager/efolofldmcajcobffimbnokcnfcicooc
Beskrivelse Manage Extensions, Enable/disable, Custom Folder or Nickname, Star and Download as CRX or ZIP.
Filstørrelse 448 KB
Antal Installationer 6,000
Nuværende Version 2.7.0.0
Senest Opdateret 2024-02-05
Udgivelsesdato 2022-09-19
Bedømmelse 4.22/5 Samlet 60 Bedømmelser
Udvikler Hongyuan Cao
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://denote.net/privacy
Understøttede Sprog 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\/*"
    ]
}