Cornpare

Overlays an image onto the current webpage for pixel perfect design comparison.

Cornpareとは何ですか?

Cornpareはtyler.bucheaによって開発されたChromeの拡張機能で、その主な機能は「Overlays an image onto the current webpage for pixel perfect design comparison.」です。

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

screenshot

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

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

拡張機能の使用方法

                        What does it do?
Overlays an image onto the current webpage for pixel perfect design comparison.

Who is it for?
If you are a web developer and you receive PSDs from design and are supposed to match them pixel perfect with the website than this is the tool for you. Simply export one of the PSD pages into a PNG, upload it to this extension, and compare.

Why corn?
The designer in my office has a weird thing with corn so I decided to call this extension "Cornpare" in his honor.                    

拡張機能の基本情報

名前 Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
公式URL https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
説明 Overlays an image onto the current webpage for pixel perfect design comparison.
ファイルサイズ 97.97 KB
インストール数 45
現在のバージョン 1.0
最終更新日 2017-08-18
公開日 2017-08-18
開発者 tyler.buchea
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cornpare",
    "description": "Overlays an image onto the current webpage for pixel perfect design comparison.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}