BrainBox
Easily add a URL to your BrainBox in TheBrain
BrainBoxคืออะไร?
BrainBox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TheBrain Technologies และคุณลักษณะหลักของมันคือ "Easily add a URL to your BrainBox in TheBrain"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrainBox
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |