Find elements diff

Take screenshots of elements and compare images

Find elements diffとは何ですか?

Find elements diffはhttps://find-elements-diff.comによって開発されたChromeの拡張機能で、その主な機能は「Take screenshots of elements and compare images」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Find elements diff拡張機能のCRXファイルをダウンロード

Find elements diff拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Find elements diff Find elements diff
ID cghcafdbpkgmmjhecehjknhhhbniledd
公式URL https://chromewebstore.google.com/detail/find-elements-diff/cghcafdbpkgmmjhecehjknhhhbniledd
説明 Take screenshots of elements and compare images
ファイルサイズ 9.18 MB
インストール数 528
現在のバージョン 0.0.1
最終更新日 2020-11-27
公開日 2020-09-29
評価 4.56/5 合計 9 レビュー
開発者 https://find-elements-diff.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://find-elements-diff.com/
対応言語 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": [
        ""
    ]
}