Boldify

Set the first half of words to bold

Was ist Boldify?

Boldify ist eine Chrome-Erweiterung, die von Marcel Samyn entwickelt wurde, und ihr Hauptmerkmal ist "Set the first half of words to bold".

Erweiterungsscreenshots

screenshot

Boldify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Boldify-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

                        This extension adds a button to the browser bar. When you click it, the first half of every word in the article you're on becomes bold.

It's an experiment to help you read faster.                    

Grundlegende Informationen zur Erweiterung

Name Boldify Boldify
ID felocciljakkcpogfaaibfcngebibbdm
Offizielle URL https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm
Beschreibung Set the first half of words to bold
Dateigröße 11.08 KB
Installationsanzahl 717
Aktuelle Version 1.0.0
Letztes Update 2022-06-06
Veröffentlichungsdatum 2022-06-05
Bewertung 3.50/5 Insgesamt 4 Bewertungen
Entwickler Marcel Samyn
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boldify",
    "version": "1.0.0",
    "description": "Set the first half of words to bold",
    "homepage_url": "https:\/\/samyn.co",
    "manifest_version": 3,
    "icons": {
        "128": "icon.dee6e4e2.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [],
    "content_scripts": [],
    "action": {
        "default_title": "Click to Boldify"
    },
    "background": {
        "service_worker": "background.29a1a909.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "boldify.js"
            ],
            "matches": []
        }
    ]
}