Half Bold

A tool to help people with ADHD improve their reading focus and comprehension.

什麼是Half Bold?

Half Bold是由repon開發的Chrome擴展程式,該擴展的主要功能是“A tool to help people with ADHD improve their reading focus and comprehension.”。

擴展截圖

screenshot
screenshot
screenshot

下載Half Bold擴展crx文件

下載Half Bold擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Half Bold literally bolds half of the word allows all users to focus on text without being overwhelmed. This can be a great tool to activate when you see long blogs or even a large group of paragraphs.

Change log:
Version: 1.1.0
- Add feature Half bold text for text plain file
- Add feature selected some text and fast share on social such as: twitter, linkedIn and facebook (auto post use api post).                    

擴展基本資訊

名稱 Half Bold Half Bold
ID mlmoighangjfhiookjppplipefbbnaoo
官方網址 https://chromewebstore.google.com/detail/half-bold/mlmoighangjfhiookjppplipefbbnaoo
簡介 A tool to help people with ADHD improve their reading focus and comprehension.
檔案大小 568 KB
安裝次數 78,247
目前版本 1.1.1
更新時間 2023-11-22
上架時間 2023-03-27
評分 4.02/5 共 109 次評分
開發者 repon
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/the-policy/home
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Half Bold",
    "version": "1.1.1",
    "description": "A tool to help people with ADHD improve their reading focus and comprehension.",
    "icons": {
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "32": "icon32.png",
            "128": "icon128.png"
        },
        "default_popup": "src\/popup\/index.html"
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.63a775b4.1408c1bb.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts.63a775b4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}