Extension Manager

Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.

Extension Manager là gì?

Extension Manager là một tiện ích mở rộng Chrome được phát triển bởi https://higher-ground-software.com, và tính năng chính của nó là "Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.".

Ả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

                        Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.                    

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

Tên Extension Manager Extension Manager
ID bfmjiakdfoacijccjgkkhoepjklhohle
URL Chính Thức https://chromewebstore.google.com/detail/extension-manager/bfmjiakdfoacijccjgkkhoepjklhohle
Mô tả Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 1,008
Phiên Bản Hiện Tại 1.10.0
Cập Nhật Lần Cuối 2020-04-04
Ngày Phát Hành 2020-04-04
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://higher-ground-software.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://suppression.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Manager",
    "version": "1.10.0",
    "manifest_version": 2,
    "description": "Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/iconbar.png",
        "default_title": "Extension Manager",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/migration.js"
        ],
        "persistent": false
    },
    "permissions": [
        "management",
        "storage"
    ]
}