ExtManager

Manage the chrome extensions. One click to enable or disable extension. Group extensions and drag it. Sort extensions by drag it.

什麼是ExtManager?

ExtManager是由extfun開發的Chrome擴展程式,該擴展的主要功能是“Manage the chrome extensions. One click to enable or disable extension. Group extensions and drag it. Sort extensions by drag it.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載ExtManager擴展crx文件

下載ExtManager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can easily enable, disable, and uninstall your extensions,applications and themes by "ExtManager". 
No need to enter the chrome own extensions page every time.

Features:
1. Display enabled extensions on top.
2. Display enabled/group/all extensions simply.
3. Enable/disable extension by one click.
4. Group extensions and drag it into the group.
5. Sort extensions by drag it.
6. Uninstall extension simply when you confirm.

Support text list, large icon list and small icon list of a variety of permutations, suitable for different expansion of the number of people.

You can easily open the system pages, such as the download page, history page, page extensions, plug-ins page, chrome settings page, the search engine settings page, clear the browser cache pages, page content settings, font and encoding settings, language settings, reset the browser settings page and so on.                    

擴展基本資訊

名稱 ExtManager ExtManager
ID bgejgfcdaicmfbfphchgcdgnpnbcondb
官方網址 https://chromewebstore.google.com/detail/extmanager/bgejgfcdaicmfbfphchgcdgnpnbcondb
簡介 Manage the chrome extensions. One click to enable or disable extension. Group extensions and drag it. Sort extensions by drag it.
檔案大小 334 KB
安裝次數 10,879
目前版本 0.3.3
更新時間 2022-06-28
上架時間 2020-05-12
評分 4.00/5 共 50 次評分
開發者 extfun
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.extmanager.com/detail/bgejgfcdaicmfbfphchgcdgnpnbcondb.html
隱私政策頁面URL https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.3.3",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "19": "img\/icon19.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "img\/icon19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/system.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "management",
        "tabs",
        "storage",
        "https:\/\/*.extmanager.com\/*"
    ],
    "default_locale": "en",
    "manifest_version": 2
}