Extension Manager

Quickly enable or disable extensions. No Ads. No nonsense.

什麼是Extension Manager?

Extension Manager是由Michael Bazos開發的Chrome擴展程式,該擴展的主要功能是“Quickly enable or disable extensions. No Ads. No nonsense.”。

擴展截圖

screenshot
screenshot

下載Extension Manager擴展crx文件

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

擴展使用說明

                        PRIVACY POLICY

Let's keep it short and simple.
This extension does not collect data.

DESCRIPTION

★ No ads. No data collection.

★ No more grammar checker enabled all the time with access permissions to your webpages and clipboard, while you only need it when you write one of those important emails.

★ When you switch off an extension with Extension Manager, it is *effectively off*, unlike when using the "Disable" or "Pause" mode that some extensions are offering. You can always switch them back on very fast. You decide.

★ Less extensions enabled means faster navigation.

CHANGELOG

v1.4.0

- Add the ability to search through extensions
- Add access to extensions options page
  - Settings icon is shown for active extensions which provide an option page
- Redesign browser action icon
  - This is to avoid confusion with the informational popup related to extensions, introduced in Google Chrome version 83                    

擴展基本資訊

名稱 Extension Manager Extension Manager
ID nddeiknmamlpagmnabfdlljlikeoanch
官方網址 https://chromewebstore.google.com/detail/extension-manager/nddeiknmamlpagmnabfdlljlikeoanch
簡介 Quickly enable or disable extensions. No Ads. No nonsense.
檔案大小 132 KB
安裝次數 3,901
目前版本 1.4.0
更新時間 2021-04-15
上架時間 2019-06-06
評分 4.47/5 共 38 次評分
開發者 Michael Bazos
電子郵箱 [email protected]
付費類型 free
支援的語言 en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.4.0",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/webstore_128.png"
        },
        "default_title": "Extension Manager",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icons\/webstore_48.png",
        "128": "icons\/webstore_128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}