HTML to Figma - by Builder.io

Import a web page to Figma layers

HTML to Figma - by Builder.io란 무엇입니까?

HTML to Figma - by Builder.io은(는) https://builder.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import a web page to Figma layers"입니다.

확장 프로그램 스크린샷

screenshot

HTML to Figma - by Builder.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use this extension to capture your current page and import it as editable Figma layers!

What it's useful for

- Easily import real live site styles for a starting point for designs and prototypes
- Quickly turn real site components into design components
- Easy import components from storybook, etc
- Import a great live web design as a starting point for inspiration for your mockups

View and contribute to the source code here: https://github.com/builderio/html-to-figma/issues                    

확장 프로그램 기본 정보

이름 HTML to Figma - by Builder.io HTML to Figma - by Builder.io
ID efjcmgblfpkhbjpkpopkgeomfkokpaim
공식 URL https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim
설명 Import a web page to Figma layers
파일 크기 343 KB
설치 횟수 104,282
현재 버전 0.0.7
최근 업데이트 2022-08-31
출시 날짜 2019-09-04
평점 4.38/5 총 45 개의 평점
개발자 https://builder.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/builderio/html-to-figma
도움말 페이지 URL https://github.com/builderio/html-to-figma/issues
개인정보 보호 정책 페이지 URL https://builder.io/docs/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML to Figma - by Builder.io",
    "description": "Import a web page to Figma layers",
    "version": "0.0.7",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}