Pixelay for Figma

Compare your Figma designs with real websites.

Pixelay for Figma là gì?

Pixelay for Figma là một tiện ích mở rộng Chrome được phát triển bởi Hypermatic, và tính năng chính của nó là "Compare your Figma designs with real websites.".

Ả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 Pixelay for Figma

Tải xuống các tệp mở rộng Pixelay for Figma 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

                        NOTE: This extension is designed to be used in collaboration with the Pixelay Figma Plugin, and it won't do anything on its own without the Figma plugin installed to upload your designs first - https://www.figma.com/community/plugin/816424186244407164/

Never hear excuses for your designs being messed up again. Pixelay allows you to effortlessly visually compare your Figma designs and your real website URLs with a single click.                    

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

Tên Pixelay for Figma Pixelay for Figma
ID gnbafbeabkbkecmbedfgebgboicpnkpp
URL Chính Thức https://chromewebstore.google.com/detail/pixelay-for-figma/gnbafbeabkbkecmbedfgebgboicpnkpp
Mô tả Compare your Figma designs with real websites.
Kích Thước Tệp 381 KB
Số Lần Cài Đặt 2,740
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2024-01-19
Ngày Phát Hành 2021-07-06
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Hypermatic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.figma.com/community/plugin/816424186244407164/Pixelay-Development-Comparison
URL Trang Trợ Giúp https://docs.hypermatic.com/pixelay/
URL Trang Chính Sách Bảo Mật https://www.hypermatic.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pixelay for Figma",
    "description": "Compare your Figma designs with real websites.",
    "version": "1.1.7",
    "background": {
        "service_worker": "\/background.js"
    },
    "minimum_chrome_version": "96",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}