Bionic Viewer
This extensions replaces text on page with bionic reading.
ما هو Bionic Viewer؟
Bionic Viewer هو إضافة Chrome تم تطويرها بواسطة Pascal van Oostenbrugge، والميزة الرئيسية لها هي "This extensions replaces text on page with bionic reading.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bionic Viewer
قم بتنزيل ملفات الامتداد Bionic Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Read any website in Bionic Reading using the official bionic reading API. Support for Bionic saccade and fixation settings Add sites to the autodomain list for automatic Bionic translation
معلومات أساسية عن التمديد
الاسم | Bionic Viewer |
ID | nenbnlmkopmnofgjahekjlpjbjgkfkhl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl |
الوصف | This extensions replaces text on page with bionic reading. |
حجم الملف | 14.72 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 0.0.9 |
آخر تحديث | 2022-05-25 |
تاريخ النشر | 2022-05-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Pascal van Oostenbrugge |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bionic Viewer", "version": "0.0.9", "description": "This extensions replaces text on page with bionic reading.", "permissions": [ "activeTab", "scripting", "contextMenus", "storage" ], "icons": { "16": "images\/bionicViewer-16x16px.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/bionicViewer-16x16px.png", "32": "images\/bionicViewer-32x32px.png" } }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*\/*" ] } |