Bionify - Bionic Reading Plugin
Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.
Vad är Bionify - Bionic Reading Plugin?
Bionify - Bionic Reading Plugin är en Chrome-tillägg utvecklad av https://www.ajsoftpk.com, och dess huvudfunktion är "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.".
Tilläggsskärmbilder
Ladda ner Bionify - Bionic Reading Plugin-förlängningens CRX-fil
Ladda ner Bionify - Bionic Reading Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kfmohoopmicgkmpanndaciglfjidcgje |
| Officiell webbadress | https://chromewebstore.google.com/detail/bionify-bionic-reading-pl/kfmohoopmicgkmpanndaciglfjidcgje |
| Beskrivning | Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages. |
| Filstorlek | 20.35 KB |
| Antal Installationer | 490 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2022-05-26 |
| Publiceringsdatum | 2022-05-25 |
| Utvecklare | https://www.ajsoftpk.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.ajsoftpk.com/naseem_amjad/ |
| Hjälpsida URL | https://www.ajsoftpk.com/naseem_amjad/ |
| URL till Sekretesspolicy Sidan | https://www.ajsoftpk.com/privacy-policy.html |
| Stödda Språk | 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
}
} | |