Bold Reading
Read faster online by making the first 3 letters of every word bold.
Was ist Bold Reading?
Bold Reading ist eine Chrome-Erweiterung, die von catander entwickelt wurde, und ihr Hauptmerkmal ist "Read faster online by making the first 3 letters of every word bold.".
Erweiterungsscreenshots
Bold Reading-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bold Reading-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ehflcpdnmceagfokepkopokliphflafj |
| Offizielle URL | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj |
| Beschreibung | Read faster online by making the first 3 letters of every word bold. |
| Dateigröße | 24.76 KB |
| Installationsanzahl | 1,457 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-04-16 |
| Veröffentlichungsdatum | 2023-04-16 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | catander |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
} | |