Extension Manager for Chrome™

Focus on Chrome extension management to help you manage Chrome extensions efficiently.

Extension Manager for Chrome™란 무엇입니까?

Extension Manager for Chrome™은(는) hb623999에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Focus on Chrome extension management to help you manage Chrome extensions efficiently."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Extension Manager for Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension manager is one of your best choices for Chrome extension management, providing you with an efficient way. It has a simple interface and simplified usage process, helping you toggle the status of extensions between enabled and disabled. Moreover, Extension Manger for Chrome™ provides the function to support you to customize the creation of Chrome extension groups for different usage scenarios.
  🚀 Feature:
  ⚙ One-click to switch status between enabled and disabled.
  ⚙ One-click to uninstall Chrome extension.
  ⚙ Supports custom grouping and provides operations such as add, delete, and edit.
  ⚙ Supports search keywords to quickly locate Chrome extensions;
  ⚙ Supports filtering to quickly view enabled and disabled extensions.
  ⚙ Minimum permission requests for safe use.                    

확장 프로그램 기본 정보

이름 Extension Manager for Chrome™ Extension Manager for Chrome™
ID ahbicehkkbofghlofjinmiflogakiifo
공식 URL https://chromewebstore.google.com/detail/extension-manager-for-chr/ahbicehkkbofghlofjinmiflogakiifo
설명 Focus on Chrome extension management to help you manage Chrome extensions efficiently.
파일 크기 355 KB
설치 횟수 80
현재 버전 1.0.1
최근 업데이트 2024-01-16
출시 날짜 2023-12-21
개발자 hb623999
이메일 [email protected]
결제 유형 free
지원되는 언어 en,fr,ca,pt-BR,pt-PT,bg,bn,am-ET,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "management",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1"
}