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
Eメール [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\/*"
    ]
}