HTML to Figma - by Builder.io
Import a web page to Figma layers
ما هو HTML to Figma - by Builder.io؟
HTML to Figma - by Builder.io هو إضافة Chrome تم تطويرها بواسطة https://builder.io، والميزة الرئيسية لها هي "Import a web page to Figma layers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HTML to Figma - by Builder.io
قم بتنزيل ملفات الامتداد HTML to Figma - by Builder.io بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | efjcmgblfpkhbjpkpopkgeomfkokpaim |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim |
| الوصف | Import a web page to Figma layers |
| حجم الملف | 343 KB |
| عدد التثبيتات | 104,282 |
| النسخة الحالية | 0.0.7 |
| آخر تحديث | 2022-08-31 |
| تاريخ النشر | 2019-09-04 |
| تقييم | 4.38/5 مجموع تقييمات 45 |
| المطور | https://builder.io |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/builderio/html-to-figma |
| عنوان صفحة المساعدة | https://github.com/builderio/html-to-figma/issues |
| عنوان صفحة سياسة الخصوصية | https://builder.io/docs/privacy |
| اللغات المدعومة | 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"
]
} | |