Bionify - Bionic Reading Plugin

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

Apa itu Bionify - Bionic Reading Plugin?

Bionify - Bionic Reading Plugin adalah ekstensi Chrome yang dikembangkan oleh https://www.ajsoftpk.com, dan fitur utamanya adalah "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bionify - Bionic Reading Plugin

Unduh file ekstensi Bionify - Bionic Reading Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bionify - Bionic Reading Plugin Bionify - Bionic Reading Plugin
ID kfmohoopmicgkmpanndaciglfjidcgje
URL Resmi https://chromewebstore.google.com/detail/bionify-bionic-reading-pl/kfmohoopmicgkmpanndaciglfjidcgje
Deskripsi Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.
Ukuran File 20.35 KB
Jumlah Instalasi 490
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-05-26
Tanggal Publikasi 2022-05-25
Pengembang https://www.ajsoftpk.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ajsoftpk.com/naseem_amjad/
URL Halaman Bantuan https://www.ajsoftpk.com/naseem_amjad/
URL Halaman Kebijakan Privasi https://www.ajsoftpk.com/privacy-policy.html
Bahasa yang Didukung 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
    }
}