Browser Manager Plus
Organize your browser environment and control your extensions
Qu'est-ce que Browser Manager Plus ?
Browser Manager Plus est une extension Chrome développée par Unknown, et sa fonction principale est "Organize your browser environment and control your extensions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Browser Manager Plus
Téléchargez les fichiers d'extension Browser Manager Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ojfhhjmbokpebjjhemfjnebdhkfejmdg |
URL Officiel | https://chromewebstore.google.com/detail/browser-manager-plus/ojfhhjmbokpebjjhemfjnebdhkfejmdg |
Description | Organize your browser environment and control your extensions |
Taille du Fichier | 236 KB |
Nombre d'Installations | 3,155 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-04-29 |
Date de Publication | 2022-04-22 |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*", " |