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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}