Reverse Half Bold

A tool to help a special someone improve their reading focus and comprehension.

什么是Reverse Half Bold?

Reverse Half Bold是由jaymes86开发的Chrome扩展程序,该扩展的主要功能是“A tool to help a special someone improve their reading focus and comprehension.”。

扩展截图

screenshot

下载Reverse Half Bold扩展crx文件

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

扩展使用说明

                        Half Bold literally bolds half of the word allows all users to focus on the second half of text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs. For some that have a hard time reading the last part of a word this is for you.                    

扩展基本信息

名称 Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
官方URL https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
简介 A tool to help a special someone improve their reading focus and comprehension.
文件大小 134 KB
安装次数 623
当前版本 1.2
更新时间 2023-04-12
上架时间 2023-04-12
开发者 jaymes86
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reverse Half Bold",
    "version": "1.2",
    "description": "A tool to help a special someone improve their reading focus and comprehension.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ]
}