Bionify - Bionic Reading Plugin

Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.

Cos'è Bionify - Bionic Reading Plugin?

Bionify - Bionic Reading Plugin è un'estensione di Chrome sviluppata da https://www.ajsoftpk.com, e la sua funzione principale è "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bionify - Bionic Reading Plugin

Scarica i file di estensione Bionify - Bionic Reading Plugin 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

                        Do you get tired while reading online ? Now you feel ease in reading by using Bionify which is a Bionic Reading extension for Chrome web browser.                    

Informazioni di Base sull'Estensione

Nome Bionify - Bionic Reading Plugin Bionify - Bionic Reading Plugin
ID kfmohoopmicgkmpanndaciglfjidcgje
URL Ufficiale https://chromewebstore.google.com/detail/bionify-bionic-reading-pl/kfmohoopmicgkmpanndaciglfjidcgje
Descrizione Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.
Dimensione del File 20.35 KB
Conteggio Installazioni 490
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-05-26
Data di Pubblicazione 2022-05-25
Sviluppatore https://www.ajsoftpk.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ajsoftpk.com/naseem_amjad/
URL della Pagina di Aiuto https://www.ajsoftpk.com/naseem_amjad/
URL della Pagina della Politica sulla Privacy https://www.ajsoftpk.com/privacy-policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionify - Bionic Reading Plugin",
    "action": [],
    "icons": {
        "16": "icons\/bionify-icon16.png",
        "32": "icons\/bionify-icon32.png",
        "48": "icons\/bionify-icon48.png",
        "128": "icons\/bionify-icon128.png"
    },
    "manifest_version": 3,
    "version": "1.0.1",
    "description": "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}