Bionic Reader

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

Qu'est-ce que Bionic Reader ?

Bionic Reader est une extension Chrome développée par Naqi, et sa fonction principale est "Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bionic Reader

Téléchargez les fichiers d'extension Bionic Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bionic Reader Bionic Reader
ID oclceohekgaamccklomgokpcamnpfgll
URL Officiel https://chromewebstore.google.com/detail/bionic-reader/oclceohekgaamccklomgokpcamnpfgll
Description Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.
Taille du Fichier 244 KB
Nombre d'Installations 636
Version Actuelle 1.0
Dernière Mise à Jour 2022-06-16
Date de Publication 2022-06-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur Naqi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}