Bionic Viewer

This extensions replaces text on page with bionic reading.

Apa itu Bionic Viewer?

Bionic Viewer adalah ekstensi Chrome yang dikembangkan oleh Pascal van Oostenbrugge, dan fitur utamanya adalah "This extensions replaces text on page with bionic reading.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bionic Viewer

Unduh file ekstensi Bionic Viewer 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

                        Read any website in Bionic Reading using the official bionic reading API.
Support for Bionic saccade and fixation settings
Add sites to the autodomain list for automatic Bionic translation                    

Informasi Dasar Ekstensi

Nama Bionic Viewer Bionic Viewer
ID nenbnlmkopmnofgjahekjlpjbjgkfkhl
URL Resmi https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl
Deskripsi This extensions replaces text on page with bionic reading.
Ukuran File 14.72 KB
Jumlah Instalasi 15
Versi Saat Ini 0.0.9
Terakhir Diperbarui 2022-05-25
Tanggal Publikasi 2022-05-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Pascal van Oostenbrugge
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bionic Viewer",
    "version": "0.0.9",
    "description": "This extensions replaces text on page with bionic reading.",
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "images\/bionicViewer-16x16px.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/bionicViewer-16x16px.png",
            "32": "images\/bionicViewer-32x32px.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}