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. 扩展基本信息
| 名称 | |
| 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
} | |