Bold First Half

Bold the first half of every word in

tags

Cos'è Bold First Half?

Bold First Half è un'estensione di Chrome sviluppata da grahamwingatepaterson, e la sua funzione principale è "Bold the first half of every word in

tags".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bold First Half

Scarica i file di estensione Bold First Half 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

                        Read faster. We bold the first half of all long-form text in 

tags on any website, so that you can skim it quicker.

Informazioni di Base sull'Estensione

Nome Bold First Half Bold First Half
ID fomjeadldmkkhnplekmfmahcikbnfnna
URL Ufficiale https://chromewebstore.google.com/detail/bold-first-half/fomjeadldmkkhnplekmfmahcikbnfnna
Descrizione Bold the first half of every word in

tags

Dimensione del File 5.81 KB
Conteggio Installazioni 1,011
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-24
Data di Pubblicazione 2023-04-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore grahamwingatepaterson
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold First Half",
    "version": "1.0",
    "description": "Bold the first half of every word in 

tags", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "" ], "js": [ "content.js" ] } ] }