Bold First Half

Bold the first half of every word in

tags

What is Bold First Half?

Bold First Half is a Chrome extension developed by grahamwingatepaterson, and its main feature is "Bold the first half of every word in

tags".

Extension Screenshots

screenshot

Download Bold First Half Extension CRX File

Download Bold First Half 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

                        Read faster. We bold the first half of all long-form text in 

tags on any website, so that you can skim it quicker.

Extension Basic Information

Name Bold First Half Bold First Half
ID fomjeadldmkkhnplekmfmahcikbnfnna
Official URL https://chromewebstore.google.com/detail/bold-first-half/fomjeadldmkkhnplekmfmahcikbnfnna
Description Bold the first half of every word in

tags

File Size 5.81 KB
Installation Count 1,011
Current Version 1.0
Last Updated 2023-04-24
Publish Date 2023-04-23
Rating 5.00/5 Total 2 Ratings
Developer grahamwingatepaterson
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold First Half",
    "version": "1.0",
    "description": "Bold the first half of every word in 

tags", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "" ], "js": [ "content.js" ] } ] }