HTML to Figma - by Builder.io
Import a web page to Figma layers
HTML to Figma - by Builder.io là gì?
HTML to Figma - by Builder.io là một tiện ích mở rộng Chrome được phát triển bởi https://builder.io, và tính năng chính của nó là "Import a web page to Figma layers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HTML to Figma - by Builder.io
Tải xuống các tệp mở rộng HTML to Figma - by Builder.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTML to Figma - by Builder.io |
ID | efjcmgblfpkhbjpkpopkgeomfkokpaim |
URL Chính Thức | https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim |
Mô tả | Import a web page to Figma layers |
Kích Thước Tệp | 343 KB |
Số Lần Cài Đặt | 104,282 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2022-08-31 |
Ngày Phát Hành | 2019-09-04 |
Đánh Giá | 4.38/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | https://builder.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/builderio/html-to-figma |
URL Trang Trợ Giúp | https://github.com/builderio/html-to-figma/issues |
URL Trang Chính Sách Bảo Mật | https://builder.io/docs/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |