Bionify - Bionic Reading Plugin
Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.
Wat is Bionify - Bionic Reading Plugin?
Bionify - Bionic Reading Plugin is een Chrome-extensie ontwikkeld door https://www.ajsoftpk.com, en de belangrijkste functie is "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bionify - Bionic Reading Plugin
Download Bionify - Bionic Reading Plugin-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
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.
Basisinformatie over de Extensie
Naam | Bionify - Bionic Reading Plugin |
ID | kfmohoopmicgkmpanndaciglfjidcgje |
Officiële URL | https://chromewebstore.google.com/detail/bionify-bionic-reading-pl/kfmohoopmicgkmpanndaciglfjidcgje |
Beschrijving | Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages. |
Bestandsgrootte | 20.35 KB |
Aantal Installaties | 490 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-05-26 |
Publicatiedatum | 2022-05-25 |
Ontwikkelaar | https://www.ajsoftpk.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.ajsoftpk.com/naseem_amjad/ |
Help Pagina-URL | https://www.ajsoftpk.com/naseem_amjad/ |
URL van de Privacybeleid Pagina | https://www.ajsoftpk.com/privacy-policy.html |
Ondersteunde Talen | 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 } } |