Pixelay for Figma

Compare your Figma designs with real websites.

什麼是Pixelay for Figma?

Pixelay for Figma是由Hypermatic開發的Chrome擴展程式,該擴展的主要功能是“Compare your Figma designs with real websites.”。

擴展截圖

screenshot

下載Pixelay for Figma擴展crx文件

下載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
官方網址 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"
        }
    ]
}