Boldish

Makes the first half of word half bold

Qu'est-ce que Boldish ?

Boldish est une extension Chrome développée par jlowell000, et sa fonction principale est "Makes the first half of word half bold".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Boldish

Téléchargez les fichiers d'extension Boldish au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
URL Officiel https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
Description Makes the first half of word half bold
Taille du Fichier 15.29 KB
Nombre d'Installations 75
Version Actuelle 1.0
Dernière Mise à Jour 2022-05-25
Date de Publication 2022-05-24
Développeur jlowell000
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jlowell000/boldish
Langues Prises en Charge 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"
    }
}