Bionic Reader - ADHD Aid For Reading

A Chrome extension that makes text on web pages easier to read using bionic reading techniques.

Co to jest Bionic Reader - ADHD Aid For Reading?

Bionic Reader - ADHD Aid For Reading to rozszerzenie Chrome opracowane przez kameikristen, a jego główną funkcją jest „A Chrome extension that makes text on web pages easier to read using bionic reading techniques.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bionic Reader - ADHD Aid For Reading

Pobierz pliki rozszerzeń Bionic Reader - ADHD Aid For Reading w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Reading just became easier. I'm a 15 year old developer and this extension is to aid people to read faster, clearer, and more efficiently. Give it a shot, leave me feedback and I would love to incorporate anything you suggest.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bionic Reader - ADHD Aid For Reading Bionic Reader - ADHD Aid For Reading
ID gjhjbfmlgnceocmlienedfpdeafkbenb
Oficjalny URL https://chromewebstore.google.com/detail/bionic-reader-adhd-aid-fo/gjhjbfmlgnceocmlienedfpdeafkbenb
Opis A Chrome extension that makes text on web pages easier to read using bionic reading techniques.
Rozmiar pliku 8.76 KB
Liczba instalacji 65
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2024-01-24
Data Publikacji 2023-04-21
Deweloper kameikristen
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Reader - ADHD Aid For Reading",
    "version": "2.0",
    "manifest_version": 3,
    "description": "A Chrome extension that makes text on web pages easier to read using bionic reading techniques.",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}