Element to Figma
Copy page elements to figma
Wat is Element to Figma?
Element to Figma is een Chrome-extensie ontwikkeld door https://octavioamu.com, en de belangrijkste functie is "Copy page elements to figma".
Extensie Screenshots
Download het CRX-bestand van de extensie Element to Figma
Download Element to Figma-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Element to Figma |
ID | apadkficecnpmnjmedbpdbkikcofdpim |
Officiële URL | https://chromewebstore.google.com/detail/element-to-figma/apadkficecnpmnjmedbpdbkikcofdpim |
Beschrijving | Copy page elements to figma |
Bestandsgrootte | 197 KB |
Aantal Installaties | 4,175 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-12-13 |
Publicatiedatum | 2020-12-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://octavioamu.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/octavioamu/element-to-figma |
Help Pagina-URL | https://github.com/octavioamu/element-to-figma/issues |
Ondersteunde Talen | 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" ] } |