Extension Manager

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

Co je Extension Manager?

Extension Manager je rozšíření Chrome vyvinuté Michael Bazos, a jeho hlavní funkcí je „Quickly enable or disable extensions. No Ads. No nonsense.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Extension Manager

Stáhněte si soubory rozšíření Extension Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Extension Manager Extension Manager
ID nddeiknmamlpagmnabfdlljlikeoanch
Oficiální URL https://chromewebstore.google.com/detail/extension-manager/nddeiknmamlpagmnabfdlljlikeoanch
Popis Quickly enable or disable extensions. No Ads. No nonsense.
Velikost souboru 132 KB
Počet instalací 3,901
Aktuální Verze 1.4.0
Poslední Aktualizace 2021-04-15
Datum Vydání 2019-06-06
Hodnocení 4.47/5 Celkem 38 Hodnocení
Vývojář Michael Bazos
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}