Bold Reading
Read faster online by making the first 3 letters of every word bold.
Co to jest Bold Reading?
Bold Reading to rozszerzenie Chrome opracowane przez catander, a jego główną funkcją jest „Read faster online by making the first 3 letters of every word bold.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bold Reading
Pobierz pliki rozszerzeń Bold Reading w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Bold Reading |
ID | ehflcpdnmceagfokepkopokliphflafj |
Oficjalny URL | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj |
Opis | Read faster online by making the first 3 letters of every word bold. |
Rozmiar pliku | 24.76 KB |
Liczba instalacji | 1,457 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-04-16 |
Data Publikacji | 2023-04-16 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | catander |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/*" ] } |