DOM Outliner
Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.
Wat is DOM Outliner?
DOM Outliner is een Chrome-extensie ontwikkeld door noeclement, en de belangrijkste functie is "Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.".
Extensie Screenshots
Download het CRX-bestand van de extensie DOM Outliner
Download DOM Outliner-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
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.
Basisinformatie over de Extensie
Naam | DOM Outliner |
ID | bagbmhiblmhlllddcpdalmdohgaknibd |
Officiële URL | https://chromewebstore.google.com/detail/dom-outliner/bagbmhiblmhlllddcpdalmdohgaknibd |
Beschrijving | Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors. |
Bestandsgrootte | 5.2 KB |
Aantal Installaties | 171 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-01-26 |
Publicatiedatum | 2023-01-01 |
Ontwikkelaar | noeclement |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |