Elements highlighter
Highlights items by css class prefix or attribute name
Elements highlighterคืออะไร?
Elements highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Egor Ivanov และคุณลักษณะหลักของมันคือ "Highlights items by css class prefix or attribute name"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elements highlighter
ดาวน์โหลดไฟล์ส่วนขยาย Elements highlighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Red color for items that have highlighted children. Blue for items without highlighted children.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Elements highlighter |
ID | jkklghcbhnagpddobffcifghgmkmojjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/elements-highlighter/jkklghcbhnagpddobffcifghgmkmojjf |
คำอธิบาย | Highlights items by css class prefix or attribute name |
ขนาดไฟล์ | 198 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.10.0 |
อัปเดตครั้งล่าสุด | 2020-05-23 |
วันที่เผยแพร่ | 2020-05-22 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Egor Ivanov |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elements highlighter", "description": "Highlights items by css class prefix or attribute name", "version": "1.10.0", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "js\/background.js", "js\/highlightElements.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "commands": { "highlight": { "suggested_key": { "default": "Ctrl+H", "mac": "MacCtrl+H" }, "description": "Highlight elements" } }, "options_page": "options.html", "browser_action": { "default_title": "Highlight elements", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "manifest_version": 2 } |