Uppercaser
Uppercase your Internet. This extension converts all text to uppercase for easy reading.
Uppercaserคืออะไร?
Uppercaser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brad Dwyer และคุณลักษณะหลักของมันคือ "Uppercase your Internet. This extension converts all text to uppercase for easy reading."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uppercaser
ดาวน์โหลดไฟล์ส่วนขยาย Uppercaser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Uppercaser |
ID | nlcgokmajceomhohjgojcddbncglgeob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uppercaser/nlcgokmajceomhohjgojcddbncglgeob |
คำอธิบาย | Uppercase your Internet. This extension converts all text to uppercase for easy reading. |
ขนาดไฟล์ | 5.41 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2013-05-06 |
วันที่เผยแพร่ | 2013-05-06 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Brad Dwyer |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uppercaser", "description": "Uppercase your Internet. This extension converts all text to uppercase for easy reading.", "version": "2.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "uppercase.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |