Cornpare

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

Vad är Cornpare?

Cornpare är en Chrome-tillägg utvecklad av tyler.buchea, och dess huvudfunktion är "Overlays an image onto the current webpage for pixel perfect design comparison.".

Tilläggsskärmbilder

screenshot

Ladda ner Cornpare-förlängningens CRX-fil

Ladda ner Cornpare-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
Officiell webbadress https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Beskrivning Overlays an image onto the current webpage for pixel perfect design comparison.
Filstorlek 97.97 KB
Antal Installationer 45
Aktuell Version 1.0
Senast Uppdaterad 2017-08-18
Publiceringsdatum 2017-08-18
Utvecklare tyler.buchea
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}