Boldify

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

Wat is Boldify?

Boldify is een Chrome-extensie ontwikkeld door sssillah1, en de belangrijkste functie is "Automatically makes the first half of every word on a page bold.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Boldify

Download Boldify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
Officiële URL https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
Beschrijving Automatically makes the first half of every word on a page bold.
Bestandsgrootte 33.54 KB
Aantal Installaties 120
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2023-05-19
Publicatiedatum 2023-05-19
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar sssillah1
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}