Extension Manager

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

什么是Extension Manager?

Extension Manager是由Hongyuan Cao开发的Chrome扩展程序,该扩展的主要功能是“Manage Extensions, Enable/disable, Custom Folder or Nickname, Star and Download as CRX or ZIP.”。

扩展截图

screenshot
screenshot

下载Extension Manager扩展crx文件

下载Extension Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Extension Manager Extension Manager
ID efolofldmcajcobffimbnokcnfcicooc
官方URL https://chromewebstore.google.com/detail/extension-manager/efolofldmcajcobffimbnokcnfcicooc
简介 Manage Extensions, Enable/disable, Custom Folder or Nickname, Star and Download as CRX or ZIP.
文件大小 448 KB
安装次数 6,000
当前版本 2.7.0.0
更新时间 2024-02-05
上架时间 2022-09-19
评分 4.22/5 共60次评分
开发者 Hongyuan Cao
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://denote.net/privacy
支持的语言 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\/*"
    ]
}