Half Bold

A tool to help people with ADHD improve their reading focus and comprehension.

什么是Half Bold?

Half Bold是由repon开发的Chrome扩展程序,该扩展的主要功能是“A tool to help people with ADHD improve their reading focus and comprehension.”。

扩展截图

screenshot
screenshot
screenshot

下载Half Bold扩展crx文件

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

扩展使用说明

                        Half Bold literally bolds half of the word allows all users to focus on text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs.

Change log:
Version: 1.1.0
- Add feature Half bold text for text plain file
- Add feature selected some text and fast share on social such as: twitter, linkedIn and facebook (auto post use api post).                    

扩展基本信息

名称 Half Bold Half Bold
ID mlmoighangjfhiookjppplipefbbnaoo
官方URL https://chromewebstore.google.com/detail/half-bold/mlmoighangjfhiookjppplipefbbnaoo
简介 A tool to help people with ADHD improve their reading focus and comprehension.
文件大小 568 KB
安装次数 78,247
当前版本 1.1.1
更新时间 2023-11-22
上架时间 2023-03-27
评分 4.02/5 共109次评分
开发者 repon
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/the-policy/home
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Half Bold",
    "version": "1.1.1",
    "description": "A tool to help people with ADHD improve their reading focus and comprehension.",
    "icons": {
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "32": "icon32.png",
            "128": "icon128.png"
        },
        "default_popup": "src\/popup\/index.html"
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.63a775b4.1408c1bb.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts.63a775b4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}