One Click Extensions Manager

View, enable, disable, remove your extensions with ease.

One Click Extensions Managerとは何ですか?

One Click Extensions Managerはhttps://momane.comによって開発されたChromeの拡張機能で、その主な機能は「View, enable, disable, remove your extensions with ease.」です。

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

screenshot

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

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

拡張機能の使用方法

                        - Click the icon to show installed extensions
- Click extension name to enable/disable this extension
- Right click the extension name to uninstall the extension(with confirm)
- Disable all extensions with one clicking
- Enable all extensions with one clicking
- Open the extension's options page by clicking gear icon after it's name
- Type in the search area to search the extension quickly
- Press Ctrz+z(Windows) cmd+z(OSX) Super+z(Ubuntu) to UNDO options
- No Ads
- Simple, fast, no background scripts, never read or collect your personal data                    

拡張機能の基本情報

名前 One Click Extensions Manager One Click Extensions Manager
ID pbgjpgbpljobkekbhnnmlikbbfhbhmem
公式URL https://chromewebstore.google.com/detail/one-click-extensions-mana/pbgjpgbpljobkekbhnnmlikbbfhbhmem
説明 View, enable, disable, remove your extensions with ease.
ファイルサイズ 53.05 KB
インストール数 34,371
現在のバージョン 23.7.26
最終更新日 2023-07-26
公開日 2020-06-24
評価 4.48/5 合計 145 レビュー
開発者 https://momane.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/hankxdev/one-click-extensions-manager
ヘルプページのURL https://github.com/hankxdev/one-click-extensions-manager
プライバシーポリシーページのURL https://github.com/hankxdev/one-click-extensions-manager/blob/master/privacy-policy.md
対応言語 de,en,fr,tr,es,it,ru,iw,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "23.7.26",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/hankxdev\/one-click-extensions-manager",
    "default_locale": "en",
    "permissions": [
        "management",
        "storage"
    ],
    "minimum_chrome_version": "110",
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_popup": "index.html?type=popup"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": []
    }
}