Boldify

Set the first half of words to bold

What is Boldify?

Boldify is a Chrome extension developed by Marcel Samyn, and its main feature is "Set the first half of words to bold".

Extension Screenshots

screenshot

Download Boldify Extension CRX File

Download Boldify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Boldify Boldify
ID felocciljakkcpogfaaibfcngebibbdm
Official URL https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm
Description Set the first half of words to bold
File Size 11.08 KB
Installation Count 717
Current Version 1.0.0
Last Updated 2022-06-06
Publish Date 2022-06-05
Rating 3.50/5 Total 4 Ratings
Developer Marcel Samyn
Email [email protected]
Payment Type free
Supported Languages 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": []
        }
    ]
}