BrainBox
Easily add a URL to your BrainBox in TheBrain
什么是BrainBox?
BrainBox是由TheBrain Technologies开发的Chrome扩展程序,该扩展的主要功能是“Easily add a URL to your BrainBox in TheBrain”。
扩展截图
下载BrainBox扩展crx文件
下载BrainBox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BrainBox captures the current web page so you can access it from TheBrain.
扩展基本信息
名称 | BrainBox |
ID | ijepbhiglhdinkklggdeelopcjfnhfhd |
官方URL | https://chromewebstore.google.com/detail/brainbox/ijepbhiglhdinkklggdeelopcjfnhfhd |
简介 | Easily add a URL to your BrainBox in TheBrain |
文件大小 | 460 KB |
安装次数 | 5,363 |
当前版本 | 2.0.3 |
更新时间 | 2024-01-09 |
上架时间 | 2019-01-31 |
评分 | 4.10/5 共10次评分 |
开发者 | TheBrain Technologies |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.thebrain.com |
帮助页面URL | https://www.thebrain.com/support |
隐私政策页面URL | https://www.thebrain.com/about/legal/privacy |
支持的语言 | 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" ] } |