Boldish

Makes the first half of word half bold

Cos'è Boldish?

Boldish è un'estensione di Chrome sviluppata da jlowell000, e la sua funzione principale è "Makes the first half of word half bold".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Boldish

Scarica i file di estensione Boldish 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

                        A basic thing that will try to make the first half of words bolded. It may break the css in some websites depending on how they implement things                    

Informazioni di Base sull'Estensione

Nome Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
URL Ufficiale https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
Descrizione Makes the first half of word half bold
Dimensione del File 15.29 KB
Conteggio Installazioni 75
Versione Corrente 1.0
Ultimo Aggiornamento 2022-05-25
Data di Pubblicazione 2022-05-24
Sviluppatore jlowell000
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jlowell000/boldish
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boldish",
    "description": "Makes the first half of word half bold",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/boldish16.png",
            "32": "\/images\/boldish32.png",
            "48": "\/images\/boldish48.png",
            "128": "\/images\/boldish128.png"
        }
    },
    "icons": {
        "16": "\/images\/boldish16.png",
        "32": "\/images\/boldish32.png",
        "48": "\/images\/boldish48.png",
        "128": "\/images\/boldish128.png"
    }
}