Bold Reading

Read faster online by making the first 3 letters of every word bold.

What is Bold Reading?

Bold Reading is a Chrome extension developed by catander, and its main feature is "Read faster online by making the first 3 letters of every word bold.".

Extension Screenshots

screenshot

Download Bold Reading Extension CRX File

Download Bold Reading 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

                        Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.                    

Extension Basic Information

Name Bold Reading Bold Reading
ID ehflcpdnmceagfokepkopokliphflafj
Official URL https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj
Description Read faster online by making the first 3 letters of every word bold.
File Size 24.76 KB
Installation Count 1,457
Current Version 1.0
Last Updated 2023-04-16
Publish Date 2023-04-16
Rating 5.00/5 Total 3 Ratings
Developer catander
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold Reading",
    "version": "1.0",
    "description": "Read faster online by making the first 3 letters of every word bold.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}