Reverse Half Bold

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

Was ist Reverse Half Bold?

Reverse Half Bold ist eine Chrome-Erweiterung, die von jaymes86 entwickelt wurde, und ihr Hauptmerkmal ist "A tool to help a special someone improve their reading focus and comprehension.".

Erweiterungsscreenshots

screenshot

Reverse Half Bold-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reverse Half Bold-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
Offizielle URL https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
Beschreibung A tool to help a special someone improve their reading focus and comprehension.
Dateigröße 134 KB
Installationsanzahl 623
Aktuelle Version 1.2
Letztes Update 2023-04-12
Veröffentlichungsdatum 2023-04-12
Entwickler jaymes86
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": "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"
            ]
        }
    ]
}