Reverse Half Bold

A tool to help a special someone improve their reading focus and comprehension.

Qu'est-ce que Reverse Half Bold ?

Reverse Half Bold est une extension Chrome développée par jaymes86, et sa fonction principale est "A tool to help a special someone improve their reading focus and comprehension.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reverse Half Bold

Téléchargez les fichiers d'extension Reverse Half Bold 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

                        Half Bold literally bolds half of the word allows all users to focus on the second half of text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs. For some that have a hard time reading the last part of a word this is for you.                    

Informations de Base sur l'Extension

Nom Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
URL Officiel https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
Description A tool to help a special someone improve their reading focus and comprehension.
Taille du Fichier 134 KB
Nombre d'Installations 623
Version Actuelle 1.2
Dernière Mise à Jour 2023-04-12
Date de Publication 2023-04-12
Développeur jaymes86
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": "Reverse Half Bold",
    "version": "1.2",
    "description": "A tool to help a special someone improve their reading focus and comprehension.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ]
}