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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}