Bold Reading
Read faster online by making the first 3 letters of every word bold.
Qu'est-ce que Bold Reading ?
Bold Reading est une extension Chrome développée par catander, et sa fonction principale est "Read faster online by making the first 3 letters of every word bold.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bold Reading
Téléchargez les fichiers d'extension Bold Reading 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 reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.
Informations de Base sur l'Extension
Nom | Bold Reading |
ID | ehflcpdnmceagfokepkopokliphflafj |
URL Officiel | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj |
Description | Read faster online by making the first 3 letters of every word bold. |
Taille du Fichier | 24.76 KB |
Nombre d'Installations | 1,457 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-04-16 |
Date de Publication | 2023-04-16 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | catander |
[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": "Bold Reading", "version": "1.0", "description": "Read faster online by making the first 3 letters of every word bold.", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |