Bionic Reader

This extension allows you to read the content of a webpage from Bionic way.

Co je Bionic Reader?

Bionic Reader je rozšíření Chrome vyvinuté 1mustafaersoy, a jeho hlavní funkcí je „This extension allows you to read the content of a webpage from Bionic way.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Bionic Reader

Stáhněte si soubory rozšíření Bionic Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension allows you to read the content of a webpage from Bionic way. This way you can read faster.
It is not a stable version yet. Web page appearance may be distorted or may not work properly on some pages.                    

Základní Informace o Rozšíření

Název Bionic Reader Bionic Reader
ID mnlihdjiilkdcmchjjljpakgbpcoegap
Oficiální URL https://chromewebstore.google.com/detail/bionic-reader/mnlihdjiilkdcmchjjljpakgbpcoegap
Popis This extension allows you to read the content of a webpage from Bionic way.
Velikost souboru 786 KB
Počet instalací 101
Aktuální Verze 0.1
Poslední Aktualizace 2022-05-24
Datum Vydání 2022-05-23
Vývojář 1mustafaersoy
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Reader",
    "description": "This extension allows you to read the content of a webpage from Bionic way.",
    "version": "0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/images\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "injectedStyle.css"
            ]
        }
    ],
    "icons": {
        "128": "\/images\/icon.png"
    },
    "host_permissions": [
        ""
    ]
}