Reverse Half Bold

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

Co je Reverse Half Bold?

Reverse Half Bold je rozšíření Chrome vyvinuté jaymes86, a jeho hlavní funkcí je „A tool to help a special someone improve their reading focus and comprehension.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Reverse Half Bold

Stáhněte si soubory rozšíření Reverse Half Bold ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
Oficiální URL https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
Popis A tool to help a special someone improve their reading focus and comprehension.
Velikost souboru 134 KB
Počet instalací 623
Aktuální Verze 1.2
Poslední Aktualizace 2023-04-12
Datum Vydání 2023-04-12
Vývojář jaymes86
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}