BrainBox

Easily add a URL to your BrainBox in TheBrain

什麼是BrainBox?

BrainBox是由TheBrain Technologies開發的Chrome擴展程式,該擴展的主要功能是“Easily add a URL to your BrainBox in TheBrain”。

擴展截圖

screenshot

下載BrainBox擴展crx文件

下載BrainBox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        BrainBox captures the current web page so you can access it from TheBrain.                    

擴展基本資訊

名稱 BrainBox BrainBox
ID ijepbhiglhdinkklggdeelopcjfnhfhd
官方網址 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"
    ]
}