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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
        }
    ]
}