Pixelay for Figma

Compare your Figma designs with real websites.

Pixelay for Figmaคืออะไร?

Pixelay for Figma เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hypermatic และคุณลักษณะหลักของมันคือ "Compare your Figma designs with real websites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixelay for Figma

ดาวน์โหลดไฟล์ส่วนขยาย Pixelay for Figma ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pixelay for Figma Pixelay for Figma
ID gnbafbeabkbkecmbedfgebgboicpnkpp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pixelay-for-figma/gnbafbeabkbkecmbedfgebgboicpnkpp
คำอธิบาย Compare your Figma designs with real websites.
ขนาดไฟล์ 381 KB
จำนวนการติดตั้ง 2,740
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2021-07-06
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Hypermatic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.figma.com/community/plugin/816424186244407164/Pixelay-Development-Comparison
URL หน้าช่วยเหลือ https://docs.hypermatic.com/pixelay/
URL หน้านโยบายความเป็นส่วนตัว https://www.hypermatic.com/privacy
ภาษาที่รองรับ 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"
        }
    ]
}