Boldish

Makes the first half of word half bold

Vad är Boldish?

Boldish är en Chrome-tillägg utvecklad av jlowell000, och dess huvudfunktion är "Makes the first half of word half bold".

Tilläggsskärmbilder

screenshot

Ladda ner Boldish-förlängningens CRX-fil

Ladda ner Boldish-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
Officiell webbadress https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
Beskrivning Makes the first half of word half bold
Filstorlek 15.29 KB
Antal Installationer 75
Aktuell Version 1.0
Senast Uppdaterad 2022-05-25
Publiceringsdatum 2022-05-24
Utvecklare jlowell000
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jlowell000/boldish
Stödda Språk 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"
    }
}