ElementHistory
See what code created or updated a DOM element
ElementHistory là gì?
ElementHistory là một tiện ích mở rộng Chrome được phát triển bởi Matt Zeunert, và tính năng chính của nó là "See what code created or updated a DOM element".
Ả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 ElementHistory
Tải xuống các tệp mở rộng ElementHistory 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
Turn on element history in a tab by clicking the ElementHistory icon. Reload the page if you want to track the whole history. More information: https://github.com/mattzeunert/ElementHistory Report issues here: https://github.com/mattzeunert/ElementHistory/issues
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ElementHistory |
ID | idhhmihgigngdppfpklkdklfaikkecge |
URL Chính Thức | https://chromewebstore.google.com/detail/elementhistory/idhhmihgigngdppfpklkdklfaikkecge |
Mô tả | See what code created or updated a DOM element |
Kích Thước Tệp | 281 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2017-11-15 |
Ngày Phát Hành | 2017-11-15 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Matt Zeunert |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mattzeunert/ElementHistory |
URL Trang Trợ Giúp | https://github.com/mattzeunert/ElementHistory/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ElementHistory", "description": "See what code created or updated a DOM element", "version": "1.6", "browser_action": [], "icons": { "64": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "devtools_page": "devtools.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "web_accessible_resources": [ "trackHistory.js" ] } |