Upper Case Detector
Highlights all upper-cased text sections of the page
Upper Case Detectorคืออะไร?
Upper Case Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cory Forsyth และคุณลักษณะหลักของมันคือ "Highlights all upper-cased text sections of the page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upper Case Detector
ดาวน์โหลดไฟล์ส่วนขยาย Upper Case Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visually highlight parts of the page that are all UPPER CASE text. This is useful as a design tool for getting a sense of the visual weight of various parts of the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Upper Case Detector |
ID | feplblmlbcgokeooolefhnjekoedmeio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/upper-case-detector/feplblmlbcgokeooolefhnjekoedmeio |
คำอธิบาย | Highlights all upper-cased text sections of the page |
ขนาดไฟล์ | 38.91 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2017-02-27 |
วันที่เผยแพร่ | 2017-02-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Cory Forsyth |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://coryforsyth.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Upper Case Detector", "short_name": "Upper Case Detector", "manifest_version": 2, "version": "1.5", "description": "Highlights all upper-cased text sections of the page", "author": "Cory Forsyth", "icons": { "128": "icon-128.png", "64": "icon-64.png", "48": "icon-48.png", "32": "icon-32.png", "19": "icon-19.png" }, "browser_action": { "default_title": "Upper Case Detector", "default_icon": { "128": "icon-128.png", "48": "icon-48.png", "64": "icon-64.png", "32": "icon-32.png", "19": "icon-19.png" } }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persisent": false } } |