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
官方網址 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
電子郵箱 [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" ] } ] }