Cornpare

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

Co je Cornpare?

Cornpare je rozšíření Chrome vyvinuté tyler.buchea, a jeho hlavní funkcí je „Overlays an image onto the current webpage for pixel perfect design comparison.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cornpare

Stáhněte si soubory rozšíření Cornpare ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
Oficiální URL https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Popis Overlays an image onto the current webpage for pixel perfect design comparison.
Velikost souboru 97.97 KB
Počet instalací 45
Aktuální Verze 1.0
Poslední Aktualizace 2017-08-18
Datum Vydání 2017-08-18
Vývojář tyler.buchea
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}