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
公式URL 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
Eメール [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"
            ]
        }
    ]
}