Bionic Reader

Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.

Cos'è Bionic Reader?

Bionic Reader è un'estensione di Chrome sviluppata da Naqi, e la sua funzione principale è "Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bionic Reader

Scarica i file di estensione Bionic Reader 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

                        Bionic Reader is a new way to read text in browser with ease.
This extension automatically converts webpages to the bionic reading format.                    

Informazioni di Base sull'Estensione

Nome Bionic Reader Bionic Reader
ID oclceohekgaamccklomgokpcamnpfgll
URL Ufficiale https://chromewebstore.google.com/detail/bionic-reader/oclceohekgaamccklomgokpcamnpfgll
Descrizione Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.
Dimensione del File 244 KB
Conteggio Installazioni 636
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-16
Data di Pubblicazione 2022-06-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Naqi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self' ",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_extshortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}