ReadEaseM3

Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large

What is ReadEaseM3?

ReadEaseM3 is a Chrome extension developed by nickboulbuisness, and its main feature is "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large".

Extension Screenshots

screenshot
screenshot
screenshot

Download ReadEaseM3 Extension CRX File

Download ReadEaseM3 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

                        Half Bold is a simple yet effective extension that makes reading easier by bolding the first half of every word on a webpage. With this extension, users can customize the bold percentage to their liking and toggle the feature on and off as needed. Half Bold is perfect for people who want to make reading on the web less straining on the eyes.                    

Extension Basic Information

Name ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
Official URL https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
Description Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
File Size 963 KB
Installation Count 30
Current Version 1.0.0
Last Updated 2023-05-10
Publish Date 2023-05-10
Rating 5.00/5 Total 1 Ratings
Developer nickboulbuisness
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReadEaseM3",
    "version": "1.0.0",
    "description": "Lets you read 2x as fast by making the first half of the words bold.   Limitations: some websites may be too large",
    "icons": {
        "128": "Glasses.png",
        "48": "Glasses.png",
        "16": "Glasses.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Glasses.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}