Bold Reading
Read faster online by making the first 3 letters of every word bold.
Wat is Bold Reading?
Bold Reading is een Chrome-extensie ontwikkeld door catander, en de belangrijkste functie is "Read faster online by making the first 3 letters of every word bold.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bold Reading
Download Bold Reading-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ehflcpdnmceagfokepkopokliphflafj |
| Officiële URL | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj |
| Beschrijving | Read faster online by making the first 3 letters of every word bold. |
| Bestandsgrootte | 24.76 KB |
| Aantal Installaties | 1,457 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-04-16 |
| Publicatiedatum | 2023-04-16 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | catander |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |