Bold First Half

Bold the first half of every word in

tags

Qu'est-ce que Bold First Half ?

Bold First Half est une extension Chrome développée par grahamwingatepaterson, et sa fonction principale est "Bold the first half of every word in

tags".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bold First Half

Téléchargez les fichiers d'extension Bold First Half au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Bold First Half Bold First Half
ID fomjeadldmkkhnplekmfmahcikbnfnna
URL Officiel https://chromewebstore.google.com/detail/bold-first-half/fomjeadldmkkhnplekmfmahcikbnfnna
Description Bold the first half of every word in

tags

Taille du Fichier 5.81 KB
Nombre d'Installations 1,011
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-24
Date de Publication 2023-04-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur grahamwingatepaterson
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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" ] } ] }