Cornpare

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

Cornpare là gì?

Cornpare là một tiện ích mở rộng Chrome được phát triển bởi tyler.buchea, và tính năng chính của nó là "Overlays an image onto the current webpage for pixel perfect design comparison.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cornpare

Tải xuống các tệp mở rộng Cornpare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cornpare Cornpare
ID nfdbjbddgidgpnmojkedgegfajmfapel
URL Chính Thức https://chromewebstore.google.com/detail/cornpare/nfdbjbddgidgpnmojkedgegfajmfapel
Mô tả Overlays an image onto the current webpage for pixel perfect design comparison.
Kích Thước Tệp 97.97 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-18
Ngày Phát Hành 2017-08-18
Nhà Phát Triển tyler.buchea
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}