DOM Highlighter

Highlight DOM elements

Cos'è DOM Highlighter?

DOM Highlighter è un'estensione di Chrome sviluppata da Yuri Labzin, e la sua funzione principale è "Highlight DOM elements".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DOM Highlighter

Scarica i file di estensione DOM Highlighter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DOM Highlighter DOM Highlighter
ID cgmagalnhglnafodhkkojjiaejpdkbho
URL Ufficiale https://chromewebstore.google.com/detail/dom-highlighter/cgmagalnhglnafodhkkojjiaejpdkbho
Descrizione Highlight DOM elements
Dimensione del File 52.1 KB
Conteggio Installazioni 642
Versione Corrente 0.1.4
Ultimo Aggiornamento 2019-09-04
Data di Pubblicazione 2019-09-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Yuri Labzin
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/YuriLabzin/dom-highlighter
Lingue Supportate 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"
    ]
}