Boldify

Automatically makes the first half of every word on a page bold.

什么是Boldify?

Boldify是由sssillah1开发的Chrome扩展程序,该扩展的主要功能是“Automatically makes the first half of every word on a page bold.”。

扩展截图

screenshot
screenshot

下载Boldify扩展crx文件

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

扩展使用说明

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

扩展基本信息

名称 Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
官方URL https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
简介 Automatically makes the first half of every word on a page bold.
文件大小 33.54 KB
安装次数 120
当前版本 1.0.0.1
更新时间 2023-05-19
上架时间 2023-05-19
评分 3.00/5 共1次评分
开发者 sssillah1
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}