Bionify - Bionic Reading Plugin
Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.
Hvad er Bionify - Bionic Reading Plugin?
Bionify - Bionic Reading Plugin er en Chrome-udvidelse udviklet af https://www.ajsoftpk.com, og dens hovedfunktion er "Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages.".
Udvidelsesskærmbilleder
Download Bionify - Bionic Reading Plugin-udvidelses-CRX-fil
Download Bionify - Bionic Reading Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | kfmohoopmicgkmpanndaciglfjidcgje |
| Officiel URL | https://chromewebstore.google.com/detail/bionify-bionic-reading-pl/kfmohoopmicgkmpanndaciglfjidcgje |
| Beskrivelse | Bionify is a WebBrowser extension that allows for Bionic Reading on most of the webpages. |
| Filstørrelse | 20.35 KB |
| Antal Installationer | 490 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2022-05-26 |
| Udgivelsesdato | 2022-05-25 |
| Udvikler | https://www.ajsoftpk.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.ajsoftpk.com/naseem_amjad/ |
| Hjælpeside-URL | https://www.ajsoftpk.com/naseem_amjad/ |
| URL til Fortrolighedspolitik Side | https://www.ajsoftpk.com/privacy-policy.html |
| Understøttede Sprog | 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
}
} | |