Cornpare

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

Apa itu Cornpare?

Cornpare adalah ekstensi Chrome yang dikembangkan oleh tyler.buchea, dan fitur utamanya adalah "Overlays an image onto the current webpage for pixel perfect design comparison.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cornpare

Unduh file ekstensi Cornpare dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
URL Resmi https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Deskripsi Overlays an image onto the current webpage for pixel perfect design comparison.
Ukuran File 97.97 KB
Jumlah Instalasi 45
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-08-18
Tanggal Publikasi 2017-08-18
Pengembang tyler.buchea
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}