Extension Manager

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

Extension Managerとは何ですか?

Extension Managerはhttps://higher-ground-software.comによって開発されたChromeの拡張機能で、その主な機能は「Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.」です。

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

screenshot

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

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Extension Manager Extension Manager
ID bfmjiakdfoacijccjgkkhoepjklhohle
公式URL https://chromewebstore.google.com/detail/extension-manager/bfmjiakdfoacijccjgkkhoepjklhohle
説明 Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.
ファイルサイズ 146 KB
インストール数 1,008
現在のバージョン 1.10.0
最終更新日 2020-04-04
公開日 2020-04-04
評価 3.73/5 合計 11 レビュー
開発者 https://higher-ground-software.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://suppression.io
対応言語 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"
    ]
}