Bionic Viewer

This extensions replaces text on page with bionic reading.

Co je Bionic Viewer?

Bionic Viewer je rozšíření Chrome vyvinuté Pascal van Oostenbrugge, a jeho hlavní funkcí je „This extensions replaces text on page with bionic reading.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bionic Viewer

Stáhněte si soubory rozšíření Bionic Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Bionic Viewer Bionic Viewer
ID nenbnlmkopmnofgjahekjlpjbjgkfkhl
Oficiální URL https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl
Popis This extensions replaces text on page with bionic reading.
Velikost souboru 14.72 KB
Počet instalací 15
Aktuální Verze 0.0.9
Poslední Aktualizace 2022-05-25
Datum Vydání 2022-05-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Pascal van Oostenbrugge
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
        "*:\/\/*\/*"
    ]
}