Extension Manager

Manage and control your browser extensions more easily

Extension Managerとは何ですか?

Extension ManagerはRahul Baruriによって開発されたChromeの拡張機能で、その主な機能は「Manage and control your browser extensions more easily」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Extension Manager拡張機能のCRXファイルをダウンロード

Extension Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension helps you to manage your extensions more efficiently. It offers lot one click enable and disable features. 

Core features:

✅ Manage extensions efficiently
✅ One click enable or disable extensions
✅ Easier access to the extension manager
✅ Offers clean and great user experience                    

拡張機能の基本情報

名前 Extension Manager Extension Manager
ID cjghohmpcbkfadlcldfcjlnoacgggnoi
公式URL https://chromewebstore.google.com/detail/extension-manager/cjghohmpcbkfadlcldfcjlnoacgggnoi
説明 Manage and control your browser extensions more easily
ファイルサイズ 110 KB
インストール数 930
現在のバージョン 1.0.1
最終更新日 2022-02-08
公開日 2022-02-05
評価 4.29/5 合計 7 レビュー
開発者 Rahul Baruri
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Manager",
    "short_name": "Extension Manager",
    "description": "Manage and control your browser extensions more easily",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "38": "assets\/icons\/icon-32.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/js\/angular.min.js",
                "\/assets\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "management",
        "storage"
    ],
    "action": {
        "default_icon": "\/assets\/icons\/icon-20.png",
        "default_popup": "popup.html"
    }
}