DOM Outliner
Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.
DOM Outliner là gì?
DOM Outliner là một tiện ích mở rộng Chrome được phát triển bởi noeclement, và tính năng chính của nó là "Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DOM Outliner
Tải xuống các tệp mở rộng DOM Outliner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DOM Outliner |
ID | bagbmhiblmhlllddcpdalmdohgaknibd |
URL Chính Thức | https://chromewebstore.google.com/detail/dom-outliner/bagbmhiblmhlllddcpdalmdohgaknibd |
Mô tả | Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors. |
Kích Thước Tệp | 5.2 KB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-01-26 |
Ngày Phát Hành | 2023-01-01 |
Nhà Phát Triển | noeclement |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |