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?

Extensions Manager是由rotagi37開發的Chrome擴展程式,該擴展的主要功能是“This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them”。

擴展截圖

screenshot

下載Extensions Manager擴展crx文件

下載Extensions Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Extensions Manager Extensions Manager
ID kllcckbicipekmojkcopeameajngoomf
官方網址 https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf
簡介 This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
檔案大小 60.1 KB
安裝次數 11,840
目前版本 1.0.4.1
更新時間 2022-08-22
上架時間 2019-09-13
評分 4.14/5 共 28 次評分
開發者 rotagi37
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}