Bionic Reader

Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.

Bionic Readerคืออะไร?

Bionic Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Naqi และคุณลักษณะหลักของมันคือ "Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Bionic Reader is a new way to read text in browser with ease.
This extension automatically converts webpages to the bionic reading format.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bionic Reader Bionic Reader
ID oclceohekgaamccklomgokpcamnpfgll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bionic-reader/oclceohekgaamccklomgokpcamnpfgll
คำอธิบาย Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.
ขนาดไฟล์ 244 KB
จำนวนการติดตั้ง 636
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-06-16
วันที่เผยแพร่ 2022-06-13
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Naqi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self' ",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_extshortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}