Bionify - Bionic Reading Plugin
Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.
What is Bionify - Bionic Reading Plugin?
Bionify - Bionic Reading Plugin is a Chrome extension developed by https://www.ajsoftpk.com, and its main feature is "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.".
Extension Screenshots
Download Bionify - Bionic Reading Plugin Extension CRX File
Download Bionify - Bionic Reading Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bionify - Bionic Reading Plugin |
ID | kfmohoopmicgkmpanndaciglfjidcgje |
Official URL | https://chromewebstore.google.com/detail/bionify-bionic-reading-pl/kfmohoopmicgkmpanndaciglfjidcgje |
Description | Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages. |
File Size | 20.35 KB |
Installation Count | 490 |
Current Version | 1.0.1 |
Last Updated | 2022-05-26 |
Publish Date | 2022-05-25 |
Developer | https://www.ajsoftpk.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ajsoftpk.com/naseem_amjad/ |
Help Page URL | https://www.ajsoftpk.com/naseem_amjad/ |
Privacy Policy Page URL | https://www.ajsoftpk.com/privacy-policy.html |
Supported Languages | 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 } } |