Boldify
Set the first half of words to bold
Co to jest Boldify?
Boldify to rozszerzenie Chrome opracowane przez Marcel Samyn, a jego główną funkcją jest „Set the first half of words to bold”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Boldify
Pobierz pliki rozszerzeń Boldify 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
This extension adds a button to the browser bar. When you click it, the first half of every word in the article you're on becomes bold. It's an experiment to help you read faster.
Podstawowe informacje o rozszerzeniu
Nazwa | Boldify |
ID | felocciljakkcpogfaaibfcngebibbdm |
Oficjalny URL | https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm |
Opis | Set the first half of words to bold |
Rozmiar pliku | 11.08 KB |
Liczba instalacji | 717 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-06-06 |
Data Publikacji | 2022-06-05 |
Ocena | 3.50/5 Łącznie 4 Oceny |
Deweloper | Marcel Samyn |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boldify", "version": "1.0.0", "description": "Set the first half of words to bold", "homepage_url": "https:\/\/samyn.co", "manifest_version": 3, "icons": { "128": "icon.dee6e4e2.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [], "content_scripts": [], "action": { "default_title": "Click to Boldify" }, "background": { "service_worker": "background.29a1a909.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "boldify.js" ], "matches": [] } ] } |