Bold First Half

Bold the first half of every word in

tags

Co to jest Bold First Half?

Bold First Half to rozszerzenie Chrome opracowane przez grahamwingatepaterson, a jego główną funkcją jest „Bold the first half of every word in

tags”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bold First Half

Pobierz pliki rozszerzeń Bold First Half w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Bold First Half Bold First Half
ID fomjeadldmkkhnplekmfmahcikbnfnna
Oficjalny URL https://chromewebstore.google.com/detail/bold-first-half/fomjeadldmkkhnplekmfmahcikbnfnna
Opis Bold the first half of every word in

tags

Rozmiar pliku 5.81 KB
Liczba instalacji 1,011
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-04-24
Data Publikacji 2023-04-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper grahamwingatepaterson
E-mail grahamwingatepaterson@gmail.com
Typ Płatności free
Obsługiwane Języki 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" ] } ] }