Cornpare

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

Hvad er Cornpare?

Cornpare er en Chrome-udvidelse udviklet af tyler.buchea, og dens hovedfunktion er "Overlays an image onto the current webpage for pixel perfect design comparison.".

Udvidelsesskærmbilleder

screenshot

Download Cornpare-udvidelses-CRX-fil

Download Cornpare-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
Officiel URL https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Beskrivelse Overlays an image onto the current webpage for pixel perfect design comparison.
Filstørrelse 97.97 KB
Antal Installationer 45
Nuværende Version 1.0
Senest Opdateret 2017-08-18
Udgivelsesdato 2017-08-18
Udvikler tyler.buchea
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}