Extensions Manager

This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them

Extensions Manager là gì?

Extensions Manager là một tiện ích mở rộng Chrome được phát triển bởi rotagi37, và tính năng chính của nó là "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them".

Ả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 Extensions Manager

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

                        This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them 

* easily search in your extensions list.
* see extension you didn't know you have installed.


Note: too many running extension takes up memory and resources from your computer for no reason.
using this extension you can disable all unnecessary extensions and only enable them when needed.                    

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

Tên Extensions Manager Extensions Manager
ID kllcckbicipekmojkcopeameajngoomf
URL Chính Thức https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf
Mô tả This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
Kích Thước Tệp 60.1 KB
Số Lần Cài Đặt 11,840
Phiên Bản Hiện Tại 1.0.4.1
Cập Nhật Lần Cuối 2022-08-22
Ngày Phát Hành 2019-09-13
Đánh Giá 4.14/5 Tổng số 28 Đánh Giá
Nhà Phát Triển rotagi37
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensions Manager",
    "manifest_version": 3,
    "version": "1.0.4.1",
    "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them",
    "permissions": [
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png"
        },
        "default_title": "Extensions Manager",
        "default_popup": "popup.html"
    }
}