Bionic Reader

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

Wat is Bionic Reader?

Bionic Reader is een Chrome-extensie ontwikkeld door 1mustafaersoy, en de belangrijkste functie is "This extension allows you to read the content of a webpage from Bionic way.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bionic Reader

Download Bionic Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bionic Reader Bionic Reader
ID mnlihdjiilkdcmchjjljpakgbpcoegap
Officiële URL https://chromewebstore.google.com/detail/bionic-reader/mnlihdjiilkdcmchjjljpakgbpcoegap
Beschrijving This extension allows you to read the content of a webpage from Bionic way.
Bestandsgrootte 786 KB
Aantal Installaties 101
Huidige Versie 0.1
Laatst Bijgewerkt 2022-05-24
Publicatiedatum 2022-05-23
Ontwikkelaar 1mustafaersoy
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        ""
    ]
}