Find elements diff

Take screenshots of elements and compare images

Wat is Find elements diff?

Find elements diff is een Chrome-extensie ontwikkeld door https://find-elements-diff.com, en de belangrijkste functie is "Take screenshots of elements and compare images".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Find elements diff

Download Find elements diff-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Find elements diff Find elements diff
ID cghcafdbpkgmmjhecehjknhhhbniledd
Officiële URL https://chromewebstore.google.com/detail/find-elements-diff/cghcafdbpkgmmjhecehjknhhhbniledd
Beschrijving Take screenshots of elements and compare images
Bestandsgrootte 9.18 MB
Aantal Installaties 528
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-11-27
Publicatiedatum 2020-09-29
Beoordeling 4.56/5 Totaal 9 Beoordelingen
Ontwikkelaar https://find-elements-diff.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://find-elements-diff.com/
Ondersteunde Talen 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": [
                ""
            ],
            "js": [
                "build\/content.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}