Bionic Viewer

This extensions replaces text on page with bionic reading.

Wat is Bionic Viewer?

Bionic Viewer is een Chrome-extensie ontwikkeld door Pascal van Oostenbrugge, en de belangrijkste functie is "This extensions replaces text on page with bionic reading.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bionic Viewer

Download Bionic Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bionic Viewer Bionic Viewer
ID nenbnlmkopmnofgjahekjlpjbjgkfkhl
Officiële URL https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl
Beschrijving This extensions replaces text on page with bionic reading.
Bestandsgrootte 14.72 KB
Aantal Installaties 15
Huidige Versie 0.0.9
Laatst Bijgewerkt 2022-05-25
Publicatiedatum 2022-05-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Pascal van Oostenbrugge
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}