Cornpare

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

Τι είναι το Cornpare;

Το Cornpare είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tyler.buchea, και η κύρια λειτουργία του είναι "Overlays an image onto the current webpage for pixel perfect design comparison.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cornpare

Λήψη αρχείων επέκτασης Cornpare σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
Επίσημο URL https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Περιγραφή Overlays an image onto the current webpage for pixel perfect design comparison.
Μέγεθος Αρχείου 97.97 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-08-18
Ημερομηνία Δημοσίευσης 2017-08-18
Προγραμματιστής tyler.buchea
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}