Elements highlighter
Highlights items by css class prefix or attribute name
什麼是Elements highlighter?
Elements highlighter是由Egor Ivanov開發的Chrome擴展程式,該擴展的主要功能是“Highlights items by css class prefix or attribute name”。
擴展截圖
下載Elements highlighter擴展crx文件
下載Elements highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Red color for items that have highlighted children. Blue for items without highlighted children.
擴展基本資訊
名稱 | Elements highlighter |
ID | jkklghcbhnagpddobffcifghgmkmojjf |
官方網址 | 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 } |