Bionic Viewer

This extensions replaces text on page with bionic reading.

Cos'è Bionic Viewer?

Bionic Viewer è un'estensione di Chrome sviluppata da Pascal van Oostenbrugge, e la sua funzione principale è "This extensions replaces text on page with bionic reading.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bionic Viewer

Scarica i file di estensione Bionic Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bionic Viewer Bionic Viewer
ID nenbnlmkopmnofgjahekjlpjbjgkfkhl
URL Ufficiale https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl
Descrizione This extensions replaces text on page with bionic reading.
Dimensione del File 14.72 KB
Conteggio Installazioni 15
Versione Corrente 0.0.9
Ultimo Aggiornamento 2022-05-25
Data di Pubblicazione 2022-05-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Pascal van Oostenbrugge
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        "*:\/\/*\/*"
    ]
}