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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}