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