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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}