Element to Figma
Copy page elements to figma
Element to Figma là gì?
Element to Figma là một tiện ích mở rộng Chrome được phát triển bởi https://octavioamu.com, và tính năng chính của nó là "Copy page elements to figma".
Ả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 Element to Figma
Tải xuống các tệp mở rộng Element to Figma 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
Extension to select the page UI elements and download them to later import it to Figma, based on the great job from https://github.com/BuilderIO/html-figma this browser extension allow you to download the selected pieces on the page instead of all the content so you can later import those to Figma.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Element to Figma |
ID | apadkficecnpmnjmedbpdbkikcofdpim |
URL Chính Thức | https://chromewebstore.google.com/detail/element-to-figma/apadkficecnpmnjmedbpdbkikcofdpim |
Mô tả | Copy page elements to figma |
Kích Thước Tệp | 197 KB |
Số Lần Cài Đặt | 4,175 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-12-13 |
Ngày Phát Hành | 2020-12-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://octavioamu.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/octavioamu/element-to-figma |
URL Trang Trợ Giúp | https://github.com/octavioamu/element-to-figma/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Element to Figma", "description": "Copy page elements to figma", "version": "1.0.1", "manifest_version": 2, "icons": { "48": "icons\/icon128.png", "128": "icons\/icon256.png" }, "browser_action": { "default_title": "Element to Figma", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "permissions": [ "activeTab", "downloads" ] } |