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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bionic Viewer

ดาวน์โหลดไฟล์ส่วนขยาย Bionic Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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": [
        "*:\/\/*\/*"
    ]
}