Boldify

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

Was ist Boldify?

Boldify ist eine Chrome-Erweiterung, die von sssillah1 entwickelt wurde, und ihr Hauptmerkmal ist "Automatically makes the first half of every word on a page bold.".

Erweiterungsscreenshots

screenshot
screenshot

Boldify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Boldify-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
Offizielle URL https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
Beschreibung Automatically makes the first half of every word on a page bold.
Dateigröße 33.54 KB
Installationsanzahl 120
Aktuelle Version 1.0.0.1
Letztes Update 2023-05-19
Veröffentlichungsdatum 2023-05-19
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler sssillah1
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}