Bionify | Read faster!

Open source text converter designed to help you read faster!

Bionify | Read faster!คืออะไร?

Bionify | Read faster! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bionify.xyz และคุณลักษณะหลักของมันคือ "Open source text converter designed to help you read faster!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bionify | Read faster!

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

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

                        Read any kind of public website faster with Bionify!

Bionify converts any public website into Bionified format, which alters texts so that the most concise parts of words are highlighted. This guides the eye over the text and the brain remembers previously learned words more quickly.  

This extension is 100% free and open source, and you may find the source code here: https://github.com/Cveinnt/bionify. 

As Bionify is open source and free, it is NOT associated with the paid Bionic Reading® APIs. We use our own highlighting algorithms and do not violate their copyrights. If this extension helped you, feel free to leave a star!

Please note that the extension currently don't support any kind of locally uploaded contents, such as PDFs. 

INSTRUCTIONS
* Pin the Bionify extension to your Chrome extension bar
* Go the the public website you want to read
* Click on the extension icon
* Click on the toggle button to start reading with Bionic Reader!

If you have any questions or comments, feel free to submit an issue on the GitHub repo. This is in early development and improvements, features, and fixes will be soon to come!                    

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

ชื่อ Bionify | Read faster! Bionify | Read faster!
ID gomhfpbcjfidhpffhecghfdieincgncc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bionify-read-faster/gomhfpbcjfidhpffhecghfdieincgncc
คำอธิบาย Open source text converter designed to help you read faster!
ขนาดไฟล์ 51.71 KB
จำนวนการติดตั้ง 15,133
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2022-06-05
วันที่เผยแพร่ 2022-05-30
คะแนน 4.68/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://bionify.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bionify.xyz/
URL หน้าช่วยเหลือ https://bionify.xyz/privacy-policy
URL หน้านโยบายความเป็นส่วนตัว https://bionify.xyz/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionify | Read faster!",
    "description": "Open source text converter designed to help you read faster!",
    "author": "Vincent Wu",
    "version": "0.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "src\/icons\/favicon-16.png",
        "32": "src\/icons\/favicon-32.png",
        "48": "src\/icons\/favicon-48.png",
        "128": "src\/icons\/favicon-128.png"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "commands": {
        "toggle-bionify": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Bionify the current tab"
        },
        "toggle-auto-bionify": {
            "suggested_key": {
                "default": "Ctrl+Shift+H"
            },
            "description": "Toggle auto Bionify"
        }
    }
}