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
Eメール [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"
    }
}