Cornpare

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

Wat is Cornpare?

Cornpare is een Chrome-extensie ontwikkeld door tyler.buchea, en de belangrijkste functie is "Overlays an image onto the current webpage for pixel perfect design comparison.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cornpare

Download Cornpare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
Officiële URL https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Beschrijving Overlays an image onto the current webpage for pixel perfect design comparison.
Bestandsgrootte 97.97 KB
Aantal Installaties 45
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-18
Publicatiedatum 2017-08-18
Ontwikkelaar tyler.buchea
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}