Extension Manager

Extension that manages other extensions

Extension Manager là gì?

Extension Manager là một tiện ích mở rộng Chrome được phát triển bởi Dummybug Studios, và tính năng chính của nó là "Extension that manages other extensions".

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

screenshot

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

Tải xuống các tệp mở rộng Extension Manager 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

                        If you have tons of extensions but don't want to leave them all on at the same time - this extension is for you. You can use this to turn them on and off.

Ctrl+L is the default keybinding to open the popup
Move with arrow keys
Press enter to turn toggle extensions on and off

This is mostly for personal use but if you find it useful as well then great :)                    

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

Tên Extension Manager Extension Manager
ID baamgahfpefickjomejmemkejkeglaek
URL Chính Thức https://chromewebstore.google.com/detail/extension-manager/baamgahfpefickjomejmemkejkeglaek
Mô tả Extension that manages other extensions
Kích Thước Tệp 38.61 KB
Số Lần Cài Đặt 969
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2022-10-17
Ngày Phát Hành 2018-11-18
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Dummybug Studios
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DummybugStudios/ExtensionEnabler
URL Trang Trợ Giúp https://github.com/DummybugStudios/ExtensionEnabler/issues
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension Manager",
    "description": "Extension that manages other extensions",
    "version": "0.0.0.2",
    "action": {
        "default_popup": "popup.html",
        "default_script": "popup.js"
    },
    "permissions": [
        "management"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+L"
            }
        }
    }
}