Custom Chrome - Extension Manager
A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab
Co to jest Custom Chrome - Extension Manager?
Custom Chrome - Extension Manager to rozszerzenie Chrome opracowane przez Ciaran & Chris, a jego główną funkcją jest „A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Custom Chrome - Extension Manager
Pobierz pliki rozszerzeń Custom Chrome - 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
A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab.
Make useful profiles which can turn on/off multiple extensions with one click. Have one for shopping which activates discount finding extensions or a profile for web developers who can activate colour palettes, debuggers, browser reloaders etc. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | balnpimdnhfiodmodckhkgneejophhhm |
| Oficjalny URL | https://chromewebstore.google.com/detail/custom-chrome-extension-m/balnpimdnhfiodmodckhkgneejophhhm |
| Opis | A beautiful Google Chrome extension manager to turn on/off other extensions quickly and easily without leaving your current tab |
| Rozmiar pliku | 2.17 MB |
| Liczba instalacji | 30,000 |
| Aktualna Wersja | 1.45 |
| Ostatnia Aktualizacja | 2020-02-21 |
| Data Publikacji | 2020-02-21 |
| Ocena | 4.47/5 Łącznie 180 Oceny |
| Deweloper | Ciaran & Chris |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Custom Chrome - Extension Manager",
"author": "Ciaran & Chris",
"description": "A beautiful Google Chrome extension manager to turn on\/off other extensions quickly and easily without leaving your current tab",
"version": "1.45",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
"permissions": [
"storage",
"management"
],
"icons": {
"16": "images\/googleCog16.png",
"48": "images\/googleCog48.png",
"128": "images\/googleCog128.png"
},
"browser_action": {
"default_icon": "images\/googleCog128.png",
"default_popup": "popup.html"
},
"short_name": "Custom Chrome"
} | |