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
官方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"
        }
    ]
}