Extension Manager
Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.
Co je Extension Manager?
Extension Manager je rozšíření Chrome vyvinuté https://higher-ground-software.com, a jeho hlavní funkcí je „Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.“.
Snímky obrazovky rozšíření
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í
Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching. Základní Informace o Rozšíření
| Název | |
| ID | bfmjiakdfoacijccjgkkhoepjklhohle |
| Oficiální URL | https://chromewebstore.google.com/detail/extension-manager/bfmjiakdfoacijccjgkkhoepjklhohle |
| Popis | Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching. |
| Velikost souboru | 146 KB |
| Počet instalací | 1,008 |
| Aktuální Verze | 1.10.0 |
| Poslední Aktualizace | 2020-04-04 |
| Datum Vydání | 2020-04-04 |
| Hodnocení | 3.73/5 Celkem 11 Hodnocení |
| Vývojář | https://higher-ground-software.com |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://suppression.io |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Extension Manager",
"version": "1.10.0",
"manifest_version": 2,
"description": "Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.",
"options_page": "options.html",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/iconbar.png",
"default_title": "Extension Manager",
"default_popup": "index.html"
},
"background": {
"scripts": [
"js\/migration.js"
],
"persistent": false
},
"permissions": [
"management",
"storage"
]
} | |