Bold Reading
Read faster online by making the first 3 letters of every word bold.
Bold Readingคืออะไร?
Bold Reading เป็นส่วนขยายของ Chrome ที่พัฒนาโดย catander และคุณลักษณะหลักของมันคือ "Read faster online by making the first 3 letters of every word bold."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bold Reading
ดาวน์โหลดไฟล์ส่วนขยาย Bold Reading ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bionic reading for the web. Bold Reading lets you read content faster online by making the first 3 letters of every word bold. A proven method for speed reading.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bold Reading |
ID | ehflcpdnmceagfokepkopokliphflafj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bold-reading/ehflcpdnmceagfokepkopokliphflafj |
คำอธิบาย | Read faster online by making the first 3 letters of every word bold. |
ขนาดไฟล์ | 24.76 KB |
จำนวนการติดตั้ง | 1,457 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-04-16 |
วันที่เผยแพร่ | 2023-04-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | catander |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bold Reading", "version": "1.0", "description": "Read faster online by making the first 3 letters of every word bold.", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |