插件管理,扩展管理,Extension manager

插件管理,更方便更美观管理插件。

What is 插件管理,扩展管理,Extension manager?

插件管理,扩展管理,Extension manager is a Chrome extension developed by http://pictureknow.com, and its main feature is "插件管理,更方便更美观管理插件。".

Extension Screenshots

screenshot

Download 插件管理,扩展管理,Extension manager Extension CRX File

Download 插件管理,扩展管理,Extension manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        功能: 插件管理

使用说明

0. 安装插件后
1. 点击右上角图标即可管理插件                    

Extension Basic Information

Name 插件管理,扩展管理,Extension manager 插件管理,扩展管理,Extension manager
ID moolaciiidcfbdclfipmjkopgcbmkbdc
Official URL https://chrome.google.com/webstore/detail/%E6%8F%92%E4%BB%B6%E7%AE%A1%E7%90%86%EF%BC%8C%E6%89%A9%E5%B1%95%E7%AE%A1%E7%90%86%EF%BC%8Cextension-manag/moolaciiidcfbdclfipmjkopgcbmkbdc
Description 插件管理,更方便更美观管理插件。
File Size 154 KB
Installation Count 999
Current Version 1.0.6
Last Updated 2020-12-27
Publish Date 2020-01-19
Rating 3.75/5 Total 4 Ratings
Developer http://pictureknow.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pictureknow.com/protocol
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.0.6",
    "description": "__MSG_desc__",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [],
    "background": {
        "scripts": [
            "js\/init.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "proxy",
        "management",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.pictureknow.com\/*"
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "zh_CN"
}