Bionic Viewer

This extensions replaces text on page with bionic reading.

Что такое Bionic Viewer?

Bionic Viewer - это расширение Chrome, разработанное Pascal van Oostenbrugge, и его основная функция - "This extensions replaces text on page with bionic reading.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bionic Viewer

Скачайте файлы расширений Bionic Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Bionic Viewer Bionic Viewer
ID nenbnlmkopmnofgjahekjlpjbjgkfkhl
Официальный URL https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl
Описание This extensions replaces text on page with bionic reading.
Размер файла 14.72 KB
Количество установок 15
Текущая Версия 0.0.9
Последнее Обновление 2022-05-25
Дата публикации 2022-05-24
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Pascal van Oostenbrugge
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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": [
        "*:\/\/*\/*"
    ]
}