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
Eメール [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"
        }
    ]
}