Bionic Reader

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

Apa itu Bionic Reader?

Bionic Reader adalah ekstensi Chrome yang dikembangkan oleh Naqi, dan fitur utamanya adalah "Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bionic Reader

Unduh file ekstensi Bionic Reader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bionic Reader Bionic Reader
ID oclceohekgaamccklomgokpcamnpfgll
URL Resmi https://chromewebstore.google.com/detail/bionic-reader/oclceohekgaamccklomgokpcamnpfgll
Deskripsi Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.
Ukuran File 244 KB
Jumlah Instalasi 636
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-06-16
Tanggal Publikasi 2022-06-13
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Naqi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}