Bionic Viewer
This extensions replaces text on page with bionic reading.
Qu'est-ce que Bionic Viewer ?
Bionic Viewer est une extension Chrome développée par Pascal van Oostenbrugge, et sa fonction principale est "This extensions replaces text on page with bionic reading.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bionic Viewer
Téléchargez les fichiers d'extension Bionic Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Read any website in Bionic Reading using the official bionic reading API. Support for Bionic saccade and fixation settings Add sites to the autodomain list for automatic Bionic translation
Informations de Base sur l'Extension
Nom | Bionic Viewer |
ID | nenbnlmkopmnofgjahekjlpjbjgkfkhl |
URL Officiel | https://chromewebstore.google.com/detail/bionic-viewer/nenbnlmkopmnofgjahekjlpjbjgkfkhl |
Description | This extensions replaces text on page with bionic reading. |
Taille du Fichier | 14.72 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.0.9 |
Dernière Mise à Jour | 2022-05-25 |
Date de Publication | 2022-05-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Pascal van Oostenbrugge |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bionic Viewer", "version": "0.0.9", "description": "This extensions replaces text on page with bionic reading.", "permissions": [ "activeTab", "scripting", "contextMenus", "storage" ], "icons": { "16": "images\/bionicViewer-16x16px.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/bionicViewer-16x16px.png", "32": "images\/bionicViewer-32x32px.png" } }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*\/*" ] } |