Cornpare

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

Was ist Cornpare?

Cornpare ist eine Chrome-Erweiterung, die von tyler.buchea entwickelt wurde, und ihr Hauptmerkmal ist "Overlays an image onto the current webpage for pixel perfect design comparison.".

Erweiterungsscreenshots

screenshot

Cornpare-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cornpare-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
Offizielle URL https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Beschreibung Overlays an image onto the current webpage for pixel perfect design comparison.
Dateigröße 97.97 KB
Installationsanzahl 45
Aktuelle Version 1.0
Letztes Update 2017-08-18
Veröffentlichungsdatum 2017-08-18
Entwickler tyler.buchea
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}