DOM Highlighter
Highlight DOM elements
O que é DOM Highlighter?
DOM Highlighter é uma extensão do Chrome desenvolvida por Yuri Labzin, e sua principal característica é "Highlight DOM elements".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DOM Highlighter
Baixe arquivos de extensão DOM Highlighter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | DOM Highlighter |
ID | cgmagalnhglnafodhkkojjiaejpdkbho |
URL Oficial | https://chromewebstore.google.com/detail/dom-highlighter/cgmagalnhglnafodhkkojjiaejpdkbho |
Descrição | Highlight DOM elements |
Tamanho do Arquivo | 52.1 KB |
Contagem de Instalações | 642 |
Versão Atual | 0.1.4 |
Última Atualização | 2019-09-04 |
Data de Publicação | 2019-09-04 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Yuri Labzin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/YuriLabzin/dom-highlighter |
Idiomas Suportados | 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" ] } |