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 |
Eメール | [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" ] } |