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"
    ]
}