BrainBox
Easily add a URL to your BrainBox in TheBrain
What is BrainBox?
BrainBox is a Chrome extension developed by TheBrain Technologies, and its main feature is "Easily add a URL to your BrainBox in TheBrain".
Extension Screenshots
Download BrainBox Extension CRX File
Download BrainBox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
BrainBox captures the current web page so you can access it from TheBrain.
Extension Basic Information
Name | BrainBox |
ID | ijepbhiglhdinkklggdeelopcjfnhfhd |
Official URL | https://chromewebstore.google.com/detail/brainbox/ijepbhiglhdinkklggdeelopcjfnhfhd |
Description | Easily add a URL to your BrainBox in TheBrain |
File Size | 460 KB |
Installation Count | 5,363 |
Current Version | 2.0.3 |
Last Updated | 2024-01-09 |
Publish Date | 2019-01-31 |
Rating | 4.10/5 Total 10 Ratings |
Developer | TheBrain Technologies |
[email protected] | |
Payment Type | free |
Extension Website | https://www.thebrain.com |
Help Page URL | https://www.thebrain.com/support |
Privacy Policy Page URL | https://www.thebrain.com/about/legal/privacy |
Supported Languages | 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" ] } |