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
公式URL 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
Eメール [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"
    }
}