Cornpare

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

What is Cornpare?

Cornpare is a Chrome extension developed by tyler.buchea, and its main feature is "Overlays an image onto the current webpage for pixel perfect design comparison.".

Extension Screenshots

screenshot

Download Cornpare Extension CRX File

Download Cornpare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
Official URL https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Description Overlays an image onto the current webpage for pixel perfect design comparison.
File Size 97.97 KB
Installation Count 45
Current Version 1.0
Last Updated 2017-08-18
Publish Date 2017-08-18
Developer tyler.buchea
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}