Extension Manager
Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.
Co to jest Extension Manager?
Extension Manager to rozszerzenie Chrome opracowane przez https://higher-ground-software.com, a jego główną funkcją jest „Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Extension Manager
Pobierz pliki rozszerzeń Extension Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bfmjiakdfoacijccjgkkhoepjklhohle |
| Oficjalny URL | https://chromewebstore.google.com/detail/extension-manager/bfmjiakdfoacijccjgkkhoepjklhohle |
| Opis | Extension Manager allows you to enable extensions, disable extensions and save extension profiles for quick task-switching. |
| Rozmiar pliku | 146 KB |
| Liczba instalacji | 1,008 |
| Aktualna Wersja | 1.10.0 |
| Ostatnia Aktualizacja | 2020-04-04 |
| Data Publikacji | 2020-04-04 |
| Ocena | 3.73/5 Łącznie 11 Oceny |
| Deweloper | https://higher-ground-software.com |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://suppression.io |
| Obsługiwane Języki | 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"
]
} | |