Boldify

Automatically makes the first half of every word on a page bold.

Co to jest Boldify?

Boldify to rozszerzenie Chrome opracowane przez sssillah1, a jego główną funkcją jest „Automatically makes the first half of every word on a page bold.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

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

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

Podstawowe informacje o rozszerzeniu

Nazwa Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
Oficjalny URL https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
Opis Automatically makes the first half of every word on a page bold.
Rozmiar pliku 33.54 KB
Liczba instalacji 120
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2023-05-19
Data Publikacji 2023-05-19
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper sssillah1
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}