Find elements diff
Take screenshots of elements and compare images
Find elements diff là gì?
Find elements diff là một tiện ích mở rộng Chrome được phát triển bởi https://find-elements-diff.com, và tính năng chính của nó là "Take screenshots of elements and compare images".
Ả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 Find elements diff
Tải xuống các tệp mở rộng Find elements diff 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
Simple tool, that helps developers and QA teams deliver pixel perfect frontend to clients. Generally, this extension solves these problems: 1. Compare screenshots of DOM elements on different pages. For example, you have development and production versions and you want to compare them. 2. Compare screenshot of DOM element with design (uploaded as png file) Tool integrated in DevToolsPanel. Elements -> Find Diff
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cghcafdbpkgmmjhecehjknhhhbniledd |
URL Chính Thức | https://chromewebstore.google.com/detail/find-elements-diff/cghcafdbpkgmmjhecehjknhhhbniledd |
Mô tả | Take screenshots of elements and compare images |
Kích Thước Tệp | 9.18 MB |
Số Lần Cài Đặt | 528 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2020-11-27 |
Ngày Phát Hành | 2020-09-29 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://find-elements-diff.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://find-elements-diff.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Find elements diff", "description": "Take screenshots of elements and compare images", "version": "0.0.1", "devtools_page": "devtools.html", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "build\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |