Extension Manager for Chrome™

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

Extension Manager for Chrome™ là gì?

Extension Manager for Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi hb623999, và tính năng chính của nó là "Focus on Chrome extension management to help you manage Chrome extensions efficiently.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extension Manager for Chrome™

Tải xuống các tệp mở rộng Extension Manager for Chrome™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extension Manager for Chrome™ Extension Manager for Chrome™
ID ahbicehkkbofghlofjinmiflogakiifo
URL Chính Thức https://chromewebstore.google.com/detail/extension-manager-for-chr/ahbicehkkbofghlofjinmiflogakiifo
Mô tả Focus on Chrome extension management to help you manage Chrome extensions efficiently.
Kích Thước Tệp 355 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2024-01-16
Ngày Phát Hành 2023-12-21
Nhà Phát Triển hb623999
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}