Browser Manager Plus
Organize your browser environment and control your extensions
Was ist Browser Manager Plus?
Browser Manager Plus ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Organize your browser environment and control your extensions".
Erweiterungsscreenshots
Browser Manager Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Browser Manager Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Organize your browser environment and control your extensions You can control all you extensions or tabs directly on the page. Just open menu on the top right corner of the page and you are ready to go! Or you can enable extension in extensions panel. Browser Manager Plus allows you to control your tabs, switching between workspaces that automatically saves opened tabs. Enable/disable all your extensions and apps with one click without need to find it in browser settings.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ojfhhjmbokpebjjhemfjnebdhkfejmdg |
Offizielle URL | https://chromewebstore.google.com/detail/browser-manager-plus/ojfhhjmbokpebjjhemfjnebdhkfejmdg |
Beschreibung | Organize your browser environment and control your extensions |
Dateigröße | 236 KB |
Installationsanzahl | 3,155 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2022-04-29 |
Veröffentlichungsdatum | 2022-04-22 |
Entwickler | Unknown |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Organize your browser environment and control your extensions", "version": "1.0.1", "manifest_version": 3, "name": "Browser Manager Plus", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "16x16.png", "24": "24x24.png", "32": "32x32.png" } }, "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |