Bionic Reader
Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.
Qu'est-ce que Bionic Reader ?
Bionic Reader est une extension Chrome développée par finanamanuel1, et sa fonction principale est "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bionic Reader
Téléchargez les fichiers d'extension Bionic Reader 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
Bionic Reader is a user-friendly Chrome extension that customizes the text on web pages, making it easier to read. The extension bolds the first half of words and adjusts font sizes, while changing the background color to light grey. With these simple modifications, you'll be able to read comfortably for longer periods of time.
Informations de Base sur l'Extension
Nom | Bionic Reader |
ID | nnckjnkomkdngelehiggcneffeoacilb |
URL Officiel | https://chromewebstore.google.com/detail/bionic-reader/nnckjnkomkdngelehiggcneffeoacilb |
Description | Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages. |
Taille du Fichier | 10.83 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-05-09 |
Date de Publication | 2023-05-08 |
Développeur | finanamanuel1 |
[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 Reader", "version": "1.0", "description": "Bolds the first half of the words and adjusts font sizes, while changing the background color of web pages.", "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "icon.png" } } } |