Bold First Half

Bold the first half of every word in

tags

Wat is Bold First Half?

Bold First Half is een Chrome-extensie ontwikkeld door grahamwingatepaterson, en de belangrijkste functie is "Bold the first half of every word in

tags".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bold First Half

Download Bold First Half-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Bold First Half Bold First Half
ID fomjeadldmkkhnplekmfmahcikbnfnna
Officiële URL https://chromewebstore.google.com/detail/bold-first-half/fomjeadldmkkhnplekmfmahcikbnfnna
Beschrijving Bold the first half of every word in

tags

Bestandsgrootte 5.81 KB
Aantal Installaties 1,011
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-24
Publicatiedatum 2023-04-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar grahamwingatepaterson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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" ] } ] }