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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |