Bold Reading
Read faster online by making the first 3 letters of every word bold.
Vad är Bold Reading?
Bold Reading är en Chrome-tillägg utvecklad av catander, och dess huvudfunktion är "Read faster online by making the first 3 letters of every word bold.".
Tilläggsskärmbilder
Ladda ner Bold Reading-förlängningens CRX-fil
Ladda ner Bold Reading-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ehflcpdnmceagfokepkopokliphflafj |
| Officiell webbadress | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj |
| Beskrivning | Read faster online by making the first 3 letters of every word bold. |
| Filstorlek | 24.76 KB |
| Antal Installationer | 1,457 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-04-16 |
| Publiceringsdatum | 2023-04-16 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | catander |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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:\/\/*\/*"
]
} | |