Cornpare

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

Qu'est-ce que Cornpare ?

Cornpare est une extension Chrome développée par tyler.buchea, et sa fonction principale est "Overlays an image onto the current webpage for pixel perfect design comparison.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cornpare

Téléchargez les fichiers d'extension Cornpare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
URL Officiel https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Description Overlays an image onto the current webpage for pixel perfect design comparison.
Taille du Fichier 97.97 KB
Nombre d'Installations 45
Version Actuelle 1.0
Dernière Mise à Jour 2017-08-18
Date de Publication 2017-08-18
Développeur tyler.buchea
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}