Bionify - Bionic Reading Plugin

Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.

Bionify - Bionic Reading Pluginคืออะไร?

Bionify - Bionic Reading Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ajsoftpk.com และคุณลักษณะหลักของมันคือ "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bionify - Bionic Reading Plugin

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

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

                        Do you get tired while reading online ? Now you feel ease in reading by using Bionify which is a Bionic Reading extension for Chrome web browser.                    

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

ชื่อ Bionify - Bionic Reading Plugin Bionify - Bionic Reading Plugin
ID kfmohoopmicgkmpanndaciglfjidcgje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bionify-bionic-reading-pl/kfmohoopmicgkmpanndaciglfjidcgje
คำอธิบาย Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.
ขนาดไฟล์ 20.35 KB
จำนวนการติดตั้ง 490
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-05-26
วันที่เผยแพร่ 2022-05-25
ผู้พัฒนา https://www.ajsoftpk.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ajsoftpk.com/naseem_amjad/
URL หน้าช่วยเหลือ https://www.ajsoftpk.com/naseem_amjad/
URL หน้านโยบายความเป็นส่วนตัว https://www.ajsoftpk.com/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionify - Bionic Reading Plugin",
    "action": [],
    "icons": {
        "16": "icons\/bionify-icon16.png",
        "32": "icons\/bionify-icon32.png",
        "48": "icons\/bionify-icon48.png",
        "128": "icons\/bionify-icon128.png"
    },
    "manifest_version": 3,
    "version": "1.0.1",
    "description": "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}