Cornpare

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

Cos'è Cornpare?

Cornpare è un'estensione di Chrome sviluppata da tyler.buchea, e la sua funzione principale è "Overlays an image onto the current webpage for pixel perfect design comparison.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cornpare

Scarica i file di estensione Cornpare in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
URL Ufficiale https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Descrizione Overlays an image onto the current webpage for pixel perfect design comparison.
Dimensione del File 97.97 KB
Conteggio Installazioni 45
Versione Corrente 1.0
Ultimo Aggiornamento 2017-08-18
Data di Pubblicazione 2017-08-18
Sviluppatore tyler.buchea
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}