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

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

                        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
عنوان صفحة المساعدة https://docs.hypermatic.com/pixelay/
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}