DOM-Analyzer
Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes.
DOM-Analyzer là gì?
DOM-Analyzer là một tiện ích mở rộng Chrome được phát triển bởi cnavast, và tính năng chính của nó là "Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes.".
Ả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-Analyzer
Tải xuống các tệp mở rộng DOM-Analyzer 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
Learn what elements of your webpage are slowing down your rendering time or which ones are not SEO friendly with DOM-Analyzer! This tool allows you to explore the DOM, ordering each level by: - Nodes: number of nodes under each branch, - Depth: maximum depth under each branch, - Length: count of characters on that branch (without spaces). You will find this useful to find nodes that are specially heavy, have too many children or too many levels (which is usually bad when comes to rendering the page). You can go straight to the node's element by clicking on it or see which one it is by hovering over it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DOM-Analyzer |
ID | hjaomadfoogedimonbneolajleaneifj |
URL Chính Thức | https://chromewebstore.google.com/detail/dom-analyzer/hjaomadfoogedimonbneolajleaneifj |
Mô tả | Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes. |
Kích Thước Tệp | 19.52 KB |
Số Lần Cài Đặt | 2,070 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2019-05-29 |
Ngày Phát Hành | 2019-05-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | cnavast |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/cnavast/DOM-Analyzer/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DOM-Analyzer", "author": "cnavast", "incognito": "split", "homepage_url": "http:\/\/github.com\/cnavast\/DOM-Analyzer\/", "version": "1.2.1", "description": "Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes.", "browser_action": { "default_title": "DOM-Analyzer", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "devtools_page": "devtools.html", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |