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
电子邮箱 [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"
            ]
        }
    ]
}