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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://www.thebrain.com/support |
عنوان صفحة سياسة الخصوصية | 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" ] } |