作者: furnasteam
Inspect and view changes in Find elements diff source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"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": [
"<all_urls>"
],
"js": [
"build/content.js"
]
}
],
"permissions": [
"<all_urls>"
]
} 最佳 Find elements diff 替代方案
这里是一些与Find elements diff类似的Firefox add-on:
Gripper - DevTools for Designers
isboyjc
Compare Text
Danil
Version Control Diff Viewer
Klea
devtools-highlighter
Patrick Brosset
RenderDiff - SEO Rendering Diff Checker
Tim Berlin
Comparium browser testing
VB88
ElementShot
Alca
Tab Comparison Tool
Iesha
DevSnip
nerrilyn
SQL Diff Viewer by Patilweb
PatilWeb
dev-diff-figma
dev-diff-figma
Enhanced Screenshot Tool
Chris Wang