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是由https://www.ajsoftpk.com開發的Chrome擴展程式,該擴展的主要功能是“Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Bionify - Bionic Reading Plugin擴展crx文件

下載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
官方網址 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
    }
}