DOM Highlighter

Highlight DOM elements

Wat is DOM Highlighter?

DOM Highlighter is een Chrome-extensie ontwikkeld door Yuri Labzin, en de belangrijkste functie is "Highlight DOM elements".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DOM Highlighter

Download DOM Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DOM Highlighter DOM Highlighter
ID cgmagalnhglnafodhkkojjiaejpdkbho
Officiële URL https://chromewebstore.google.com/detail/dom-highlighter/cgmagalnhglnafodhkkojjiaejpdkbho
Beschrijving Highlight DOM elements
Bestandsgrootte 52.1 KB
Aantal Installaties 642
Huidige Versie 0.1.4
Laatst Bijgewerkt 2019-09-04
Publicatiedatum 2019-09-04
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Yuri Labzin
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/YuriLabzin/dom-highlighter
Ondersteunde Talen 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"
    ]
}