Reverse Half Bold

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

Vad är Reverse Half Bold?

Reverse Half Bold är en Chrome-tillägg utvecklad av jaymes86, och dess huvudfunktion är "A tool to help a special someone improve their reading focus and comprehension.".

Tilläggsskärmbilder

screenshot

Ladda ner Reverse Half Bold-förlängningens CRX-fil

Ladda ner Reverse Half Bold-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
Officiell webbadress https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
Beskrivning A tool to help a special someone improve their reading focus and comprehension.
Filstorlek 134 KB
Antal Installationer 623
Aktuell Version 1.2
Senast Uppdaterad 2023-04-12
Publiceringsdatum 2023-04-12
Utvecklare jaymes86
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}