Web to Figma
Web to Figma extension to capture pages and components and import them into Figma as editable designs. No more screenshots.
Web to Figma란 무엇입니까?
Web to Figma은(는) https://web-to-figma.design에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web to Figma extension to capture pages and components and import them into Figma as editable designs. No more screenshots."입니다.
확장 프로그램 스크린샷
Web to Figma 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How it works Web to Figma lets you import full webpages using the plugin, or import specific components from a website, using our Chrome Extension. Import components or webpages using the Chrome Extension: 1. Download the Web to Figma Chrome Extension 2. Go to any page in your Chrome Browser 3. Invoke the extension, and then choose if you want to capture the entire page or a single component 4. Once the extension captures the page, save the page/component to a Collection 5. Go to Figma and run the plugin 6. Go to the Collections tab of the plugin 7. Find your latest capture and click on Add to Figma Import webpages using the plugin: 1. Install the plugin 2. From within any file, run the plugin by going to Plugins menu and selecting Web to Figma 3. In the Import tab of the plugin, enter the URL of the webpage that you want to import. For example, https://github.com/home 4. Choose the relevant settings 5. Click on Import Benefits 1. Create a library of design inspirations using Collections 2. Create a moodboard 3. Collaborate with developers by importing their implementation and comparing against the reference design 4. Learn how some of the more complex websites have been structured 5. Quickly explore various design patterns when solving a new task
확장 프로그램 기본 정보
이름 | Web to Figma |
ID | mafpepbepbabkenbfpcdjmmjmeeemoal |
공식 URL | https://chromewebstore.google.com/detail/web-to-figma/mafpepbepbabkenbfpcdjmmjmeeemoal |
설명 | Web to Figma extension to capture pages and components and import them into Figma as editable designs. No more screenshots. |
파일 크기 | 944 KB |
설치 횟수 | 3,047 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2023-12-14 |
출시 날짜 | 2023-10-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://web-to-figma.design |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://web-to-figma.design |
개인정보 보호 정책 페이지 URL | https://web-to-figma.design/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "0.0.5", "author": "Web to Figma", "name": "Web to Figma", "description": "Web to Figma extension to capture pages and components and import them into Figma as editable designs. No more screenshots.", "background": { "service_worker": "static\/background\/index.js" }, "permissions": [ "storage", "debugger", "alarms", "activeTab" ], "content_scripts": [ { "matches": [ " |