Boldify

Set the first half of words to bold

Boldifyとは何ですか?

BoldifyはMarcel Samynによって開発されたChromeの拡張機能で、その主な機能は「Set the first half of words to bold」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension adds a button to the browser bar. When you click it, the first half of every word in the article you're on becomes bold.

It's an experiment to help you read faster.                    

拡張機能の基本情報

名前 Boldify Boldify
ID felocciljakkcpogfaaibfcngebibbdm
公式URL https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm
説明 Set the first half of words to bold
ファイルサイズ 11.08 KB
インストール数 717
現在のバージョン 1.0.0
最終更新日 2022-06-06
公開日 2022-06-05
評価 3.50/5 合計 4 レビュー
開発者 Marcel Samyn
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boldify",
    "version": "1.0.0",
    "description": "Set the first half of words to bold",
    "homepage_url": "https:\/\/samyn.co",
    "manifest_version": 3,
    "icons": {
        "128": "icon.dee6e4e2.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [],
    "content_scripts": [],
    "action": {
        "default_title": "Click to Boldify"
    },
    "background": {
        "service_worker": "background.29a1a909.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "boldify.js"
            ],
            "matches": []
        }
    ]
}