Boldish

Makes the first half of word half bold

Was ist Boldish?

Boldish ist eine Chrome-Erweiterung, die von jlowell000 entwickelt wurde, und ihr Hauptmerkmal ist "Makes the first half of word half bold".

Erweiterungsscreenshots

screenshot

Boldish-Erweiterungs-CRX-Datei herunterladen

Laden Sie Boldish-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
Offizielle URL https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
Beschreibung Makes the first half of word half bold
Dateigröße 15.29 KB
Installationsanzahl 75
Aktuelle Version 1.0
Letztes Update 2022-05-25
Veröffentlichungsdatum 2022-05-24
Entwickler jlowell000
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jlowell000/boldish
Unterstützte Sprachen 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"
    }
}