ExtensionManager

Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…

ExtensionManagerとは何ですか?

ExtensionManagerはhttps://www.zangse.mobiによって開発されたChromeの拡張機能で、その主な機能は「Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        1. Manage extensions, disable/enable your extensions with one click
2. Set common extensions, you can open the common extension mode
3. Quickly search for your extensions and configure them
4. View extensions in the chrome app store
5. Open the expanded configuration page
6. Uninstall the extension
7. Added some shortcuts
If you have a better UI design and function recommendations, please leave a message yo.
Test phase, welcome to comment.                    

拡張機能の基本情報

名前 ExtensionManager ExtensionManager
ID jijileelaefjahodboljljdgfpbjjlac
公式URL https://chromewebstore.google.com/detail/extensionmanager/jijileelaefjahodboljljdgfpbjjlac
説明 Free to customize your favorite extensions collection, one click to view, delete, enable / disable extensions. And provide common…
ファイルサイズ 405 KB
インストール数 2,215
現在のバージョン 0.0.10
最終更新日 2018-06-26
公開日 2018-06-26
評価 4.33/5 合計 21 レビュー
開発者 https://www.zangse.mobi
支払い方法 free
拡張機能のウェブサイト https://github.com/zangse/vue-chrome-extension
ヘルプページのURL https://github.com/zangse/vue-chrome-extension
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "zh_CN",
    "version": "0.0.10",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "static\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "static\/images\/icon_128.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background\/background.main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.main.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            },
            "global": true
        }
    },
    "homepage_url": "https:\/\/github.com\/zangse\/vue-chrome-extension",
    "permissions": [
        "tabs",
        "management",
        "storage"
    ]
}