Boldish

Makes the first half of word half bold

Wat is Boldish?

Boldish is een Chrome-extensie ontwikkeld door jlowell000, en de belangrijkste functie is "Makes the first half of word half bold".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Boldish

Download Boldish-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

                        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                    

Basisinformatie over de Extensie

Naam Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
Officiële URL https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
Beschrijving Makes the first half of word half bold
Bestandsgrootte 15.29 KB
Aantal Installaties 75
Huidige Versie 1.0
Laatst Bijgewerkt 2022-05-25
Publicatiedatum 2022-05-24
Ontwikkelaar jlowell000
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jlowell000/boldish
Ondersteunde Talen 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"
    }
}