Boldish

Makes the first half of word half bold

Hvad er Boldish?

Boldish er en Chrome-udvidelse udviklet af jlowell000, og dens hovedfunktion er "Makes the first half of word half bold".

Udvidelsesskærmbilleder

screenshot

Download Boldish-udvidelses-CRX-fil

Download Boldish-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
Officiel URL https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
Beskrivelse Makes the first half of word half bold
Filstørrelse 15.29 KB
Antal Installationer 75
Nuværende Version 1.0
Senest Opdateret 2022-05-25
Udgivelsesdato 2022-05-24
Udvikler jlowell000
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jlowell000/boldish
Understøttede Sprog 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"
    }
}