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