DOM Highlighter

Highlight DOM elements

什麼是DOM Highlighter?

DOM Highlighter是由Yuri Labzin開發的Chrome擴展程式,該擴展的主要功能是“Highlight DOM elements”。

擴展截圖

screenshot

下載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 DOM Highlighter
ID cgmagalnhglnafodhkkojjiaejpdkbho
官方網址 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"
    ]
}