Boldify

Set the first half of words to bold

Boldifyคืออะไร?

Boldify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcel Samyn และคุณลักษณะหลักของมันคือ "Set the first half of words to bold"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boldify

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
        }
    ]
}