Boldish
Makes the first half of word half bold
Boldishคืออะไร?
Boldish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jlowell000 และคุณลักษณะหลักของมันคือ "Makes the first half of word half bold"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boldish
ดาวน์โหลดไฟล์ส่วนขยาย Boldish ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A basic thing that will try to make the first half of words bolded. It may break the css in some websites depending on how they implement things
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Boldish |
ID | pkfneifpfeioklmcapdbhoiflffdpkia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia |
คำอธิบาย | Makes the first half of word half bold |
ขนาดไฟล์ | 15.29 KB |
จำนวนการติดตั้ง | 75 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-05-25 |
วันที่เผยแพร่ | 2022-05-24 |
ผู้พัฒนา | jlowell000 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jlowell000/boldish |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boldish", "description": "Makes the first half of word half bold", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/boldish16.png", "32": "\/images\/boldish32.png", "48": "\/images\/boldish48.png", "128": "\/images\/boldish128.png" } }, "icons": { "16": "\/images\/boldish16.png", "32": "\/images\/boldish32.png", "48": "\/images\/boldish48.png", "128": "\/images\/boldish128.png" } } |