Reverse Half Bold

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

Cos'è Reverse Half Bold?

Reverse Half Bold è un'estensione di Chrome sviluppata da jaymes86, e la sua funzione principale è "A tool to help a special someone improve their reading focus and comprehension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reverse Half Bold

Scarica i file di estensione Reverse Half Bold in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
URL Ufficiale https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
Descrizione A tool to help a special someone improve their reading focus and comprehension.
Dimensione del File 134 KB
Conteggio Installazioni 623
Versione Corrente 1.2
Ultimo Aggiornamento 2023-04-12
Data di Pubblicazione 2023-04-12
Sviluppatore jaymes86
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}