ReadEaseM3

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

什么是ReadEaseM3?

ReadEaseM3是由nickboulbuisness开发的Chrome扩展程序,该扩展的主要功能是“Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large”。

扩展截图

screenshot
screenshot
screenshot

下载ReadEaseM3扩展crx文件

下载ReadEaseM3扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
官方URL https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
简介 Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
文件大小 963 KB
安装次数 30
当前版本 1.0.0
更新时间 2023-05-10
上架时间 2023-05-10
评分 5.00/5 共1次评分
开发者 nickboulbuisness
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}