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
官方網址 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"
    }
}