Bionic Viewer

This extensions replaces text on page with bionic reading.

Vad är Bionic Viewer?

Bionic Viewer är en Chrome-tillägg utvecklad av Pascal van Oostenbrugge, och dess huvudfunktion är "This extensions replaces text on page with bionic reading.".

Tilläggsskärmbilder

screenshot

Ladda ner Bionic Viewer-förlängningens CRX-fil

Ladda ner Bionic Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bionic Viewer Bionic Viewer
ID nenbnlmkopmnofgjahekjlpjbjgkfkhl
Officiell webbadress https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl
Beskrivning This extensions replaces text on page with bionic reading.
Filstorlek 14.72 KB
Antal Installationer 15
Aktuell Version 0.0.9
Senast Uppdaterad 2022-05-25
Publiceringsdatum 2022-05-24
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Pascal van Oostenbrugge
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}