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" ] } |