Boldify

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

Qu'est-ce que Boldify ?

Boldify est une extension Chrome développée par sssillah1, et sa fonction principale est "Automatically makes the first half of every word on a page bold.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Boldify

Téléchargez les fichiers d'extension Boldify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
URL Officiel https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
Description Automatically makes the first half of every word on a page bold.
Taille du Fichier 33.54 KB
Nombre d'Installations 120
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2023-05-19
Date de Publication 2023-05-19
Évaluation 3.00/5 Total 1 Évaluations
Développeur sssillah1
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}