DOM Highlighter
Highlight DOM elements
什么是DOM Highlighter?
DOM Highlighter是由Yuri Labzin开发的Chrome扩展程序,该扩展的主要功能是“Highlight DOM elements”。
扩展截图
下载DOM Highlighter扩展crx文件
下载DOM Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clicking on the extension icon activates/deactivates the DOM highlighting of the page elements of the current tab. In the settings window, you can set the parameters of the highlight lines and limit the highlighting of elements by the mask of selectors.
扩展基本信息
名称 | DOM Highlighter |
ID | cgmagalnhglnafodhkkojjiaejpdkbho |
官方URL | https://chromewebstore.google.com/detail/dom-highlighter/cgmagalnhglnafodhkkojjiaejpdkbho |
简介 | Highlight DOM elements |
文件大小 | 52.1 KB |
安装次数 | 642 |
当前版本 | 0.1.4 |
更新时间 | 2019-09-04 |
上架时间 | 2019-09-04 |
评分 | 5.00/5 共4次评分 |
开发者 | Yuri Labzin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/YuriLabzin/dom-highlighter |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.1.4", "manifest_version": 2, "author": "Yuri Labzin", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "assets\/images\/icons\/default-16.png", "48": "assets\/images\/icons\/default-48.png", "128": "assets\/images\/icons\/default-128.png" }, "browser_action": { "default_icon": { "16": "assets\/images\/icons\/default-16.png", "48": "assets\/images\/icons\/default-48.png", "128": "assets\/images\/icons\/default-128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "contextMenus", "webNavigation" ], "web_accessible_resources": [ "settings-popup\/settings-popup.html", "assets\/images\/icons\/active-48.png", "assets\/images\/icons\/default-48.png", "assets\/images\/close-icon.svg" ] } |