Element to Figma
Copy page elements to figma
Element to Figmaคืออะไร?
Element to Figma เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://octavioamu.com และคุณลักษณะหลักของมันคือ "Copy page elements to figma"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Element to Figma
ดาวน์โหลดไฟล์ส่วนขยาย Element to Figma ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Element to Figma |
ID | apadkficecnpmnjmedbpdbkikcofdpim |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/element-to-figma/apadkficecnpmnjmedbpdbkikcofdpim |
คำอธิบาย | Copy page elements to figma |
ขนาดไฟล์ | 197 KB |
จำนวนการติดตั้ง | 4,175 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-12-13 |
วันที่เผยแพร่ | 2020-12-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://octavioamu.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/octavioamu/element-to-figma |
URL หน้าช่วยเหลือ | https://github.com/octavioamu/element-to-figma/issues |
ภาษาที่รองรับ | 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" ] } |