BrainBox
Easily add a URL to your BrainBox in TheBrain
Wat is BrainBox?
BrainBox is een Chrome-extensie ontwikkeld door TheBrain Technologies, en de belangrijkste functie is "Easily add a URL to your BrainBox in TheBrain".
Extensie Screenshots
Download het CRX-bestand van de extensie BrainBox
Download BrainBox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
BrainBox captures the current web page so you can access it from TheBrain.
Basisinformatie over de Extensie
Naam | BrainBox |
ID | ijepbhiglhdinkklggdeelopcjfnhfhd |
Officiële URL | https://chromewebstore.google.com/detail/brainbox/ijepbhiglhdinkklggdeelopcjfnhfhd |
Beschrijving | Easily add a URL to your BrainBox in TheBrain |
Bestandsgrootte | 460 KB |
Aantal Installaties | 5,363 |
Huidige Versie | 2.0.3 |
Laatst Bijgewerkt | 2024-01-09 |
Publicatiedatum | 2019-01-31 |
Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
Ontwikkelaar | TheBrain Technologies |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.thebrain.com |
Help Pagina-URL | https://www.thebrain.com/support |
URL van de Privacybeleid Pagina | https://www.thebrain.com/about/legal/privacy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BrainBox", "version": "2.0.3", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/tb10-0016.png", "32": "images\/tb10-0032.png", "48": "images\/tb10-0048.png", "64": "images\/tb10-0064.png", "128": "images\/tb10-0128.png" } }, "icons": { "16": "images\/tb10-0016.png", "32": "images\/tb10-0032.png", "48": "images\/tb10-0048.png", "64": "images\/tb10-0064.png", "128": "images\/tb10-0128.png" }, "host_permissions": [ "https:\/\/*.thebrain.com\/*" ], "description": "Easily add a URL to your BrainBox in TheBrain", "permissions": [ "activeTab" ] } |