DOM Outliner
Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.
Qu'est-ce que DOM Outliner ?
DOM Outliner est une extension Chrome développée par noeclement, et sa fonction principale est "Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DOM Outliner
Téléchargez les fichiers d'extension DOM Outliner 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
Acting as an X-ray for your page, this extension allows you to visually outline and distinguish different elements within a webpage's Document Object Model (DOM). With this extension, you can easily identify and analyze the structure of a webpage, making it easier to debug and optimize your web projects. Simply activate the extension and watch as the DOM elements are highlighted with different colors, allowing you to quickly and easily identify and differentiate between them.
Informations de Base sur l'Extension
Nom | DOM Outliner |
ID | bagbmhiblmhlllddcpdalmdohgaknibd |
URL Officiel | https://chromewebstore.google.com/detail/dom-outliner/bagbmhiblmhlllddcpdalmdohgaknibd |
Description | Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors. |
Taille du Fichier | 5.2 KB |
Nombre d'Installations | 171 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-01-26 |
Date de Publication | 2023-01-01 |
Développeur | noeclement |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DOM Outliner", "description": "Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.", "version": "1.0", "background": { "service_worker": "background.js" }, "action": { "default_title": "Outline DOM elements of current page" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "scripting" ] } |