Boldify

Automatically makes the first half of every word on a page bold.

什麼是Boldify?

Boldify是由sssillah1開發的Chrome擴展程式,該擴展的主要功能是“Automatically makes the first half of every word on a page bold.”。

擴展截圖

screenshot
screenshot

下載Boldify擴展crx文件

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

擴展使用說明

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

擴展基本資訊

名稱 Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
官方網址 https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
簡介 Automatically makes the first half of every word on a page bold.
檔案大小 33.54 KB
安裝次數 120
目前版本 1.0.0.1
更新時間 2023-05-19
上架時間 2023-05-19
評分 3.00/5 共 1 次評分
開發者 sssillah1
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}