Bold Reading
Read faster online by making the first 3 letters of every word bold.
什么是Bold Reading?
Bold Reading是由catander开发的Chrome扩展程序,该扩展的主要功能是“Read faster online by making the first 3 letters of every word bold.”。
扩展截图
下载Bold Reading扩展crx文件
下载Bold Reading扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.                     扩展基本信息
| 名称 |   |  
| ID | ehflcpdnmceagfokepkopokliphflafj | 
| 官方URL | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj | 
| 简介 | Read faster online by making the first 3 letters of every word bold. | 
| 文件大小 | 24.76 KB | 
| 安装次数 | 1,457 | 
| 当前版本 | 1.0 | 
| 更新时间 | 2023-04-16 | 
| 上架时间 | 2023-04-16 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | catander | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold Reading",
    "version": "1.0",
    "description": "Read faster online by making the first 3 letters of every word bold.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "24": "images\/24.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}  |  |