Reverse Half Bold

A tool to help a special someone improve their reading focus and comprehension.

Reverse Half Boldとは何ですか?

Reverse Half Boldはjaymes86によって開発されたChromeの拡張機能で、その主な機能は「A tool to help a special someone improve their reading focus and comprehension.」です。

拡張機能のスクリーンショット

screenshot

Reverse Half Bold拡張機能のCRXファイルをダウンロード

Reverse Half Bold拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Half Bold literally bolds half of the word allows all users to focus on the second half of text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs. For some that have a hard time reading the last part of a word this is for you.                    

拡張機能の基本情報

名前 Reverse Half Bold Reverse Half Bold
ID jhpfchnpighpdppcacjlilfklpejlnkh
公式URL https://chromewebstore.google.com/detail/reverse-half-bold/jhpfchnpighpdppcacjlilfklpejlnkh
説明 A tool to help a special someone improve their reading focus and comprehension.
ファイルサイズ 134 KB
インストール数 623
現在のバージョン 1.2
最終更新日 2023-04-12
公開日 2023-04-12
開発者 jaymes86
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reverse Half Bold",
    "version": "1.2",
    "description": "A tool to help a special someone improve their reading focus and comprehension.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup.js"
            ]
        }
    ]
}