DOM Highlighter
Highlight DOM elements
Qu'est-ce que DOM Highlighter ?
DOM Highlighter est une extension Chrome développée par Yuri Labzin, et sa fonction principale est "Highlight DOM elements".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DOM Highlighter
Téléchargez les fichiers d'extension DOM Highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DOM Highlighter |
ID | cgmagalnhglnafodhkkojjiaejpdkbho |
URL Officiel | https://chromewebstore.google.com/detail/dom-highlighter/cgmagalnhglnafodhkkojjiaejpdkbho |
Description | Highlight DOM elements |
Taille du Fichier | 52.1 KB |
Nombre d'Installations | 642 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2019-09-04 |
Date de Publication | 2019-09-04 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Yuri Labzin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/YuriLabzin/dom-highlighter |
Langues Prises en Charge | 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" ] } |