Bold First Half

Bold the first half of every word in

tags

Bold First Halfとは何ですか?

Bold First Halfはgrahamwingatepatersonによって開発されたChromeの拡張機能で、その主な機能は「Bold the first half of every word in

tags」です。

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

screenshot

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

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

拡張機能の使用方法

                        Read faster. We bold the first half of all long-form text in 

tags on any website, so that you can skim it quicker.

拡張機能の基本情報

名前 Bold First Half Bold First Half
ID fomjeadldmkkhnplekmfmahcikbnfnna
公式URL https://chromewebstore.google.com/detail/bold-first-half/fomjeadldmkkhnplekmfmahcikbnfnna
説明 Bold the first half of every word in

tags

ファイルサイズ 5.81 KB
インストール数 1,011
現在のバージョン 1.0
最終更新日 2023-04-24
公開日 2023-04-23
評価 5.00/5 合計 2 レビュー
開発者 grahamwingatepaterson
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bold First Half",
    "version": "1.0",
    "description": "Bold the first half of every word in 

tags", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "" ], "js": [ "content.js" ] } ] }