Bionify - Bionic Reading Plugin
Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.
Was ist Bionify - Bionic Reading Plugin?
Bionify - Bionic Reading Plugin ist eine Chrome-Erweiterung, die von https://www.ajsoftpk.com entwickelt wurde, und ihr Hauptmerkmal ist "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.".
Erweiterungsscreenshots
Bionify - Bionic Reading Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bionify - Bionic Reading Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kfmohoopmicgkmpanndaciglfjidcgje |
| Offizielle URL | https://chromewebstore.google.com/detail/bionify-bionic-reading-pl/kfmohoopmicgkmpanndaciglfjidcgje |
| Beschreibung | Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages. |
| Dateigröße | 20.35 KB |
| Installationsanzahl | 490 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2022-05-26 |
| Veröffentlichungsdatum | 2022-05-25 |
| Entwickler | https://www.ajsoftpk.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.ajsoftpk.com/naseem_amjad/ |
| Hilfeseite URL | https://www.ajsoftpk.com/naseem_amjad/ |
| URL der Datenschutzrichtlinien-Seite | https://www.ajsoftpk.com/privacy-policy.html |
| Unterstützte Sprachen | 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
}
} | |