Boldify Reading Assistant

This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…

什么是Boldify Reading Assistant?

Boldify Reading Assistant是由diganta.dey2013开发的Chrome扩展程序,该扩展的主要功能是“This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…”。

扩展截图

screenshot

下载Boldify Reading Assistant扩展crx文件

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

扩展使用说明

                        This extension will convert first 2-3 characters of every word bold, which will help you to read faster.

These are the issues which you may face in this version,
1. Some sites styling may break
2. There is not reset option, you have to disable the extension

In next update we will resolve these issue.

Please send me email @ [email protected] if you face any bug or need any feature.                    

扩展基本信息

名称 Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
官方URL https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
简介 This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
文件大小 14.81 KB
安装次数 25
当前版本 1.0
更新时间 2023-04-19
上架时间 2023-04-18
开发者 diganta.dey2013
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify Reading Assistant",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}