Element to Figma
Copy page elements to figma
Qu'est-ce que Element to Figma ?
Element to Figma est une extension Chrome développée par https://octavioamu.com, et sa fonction principale est "Copy page elements to figma".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Element to Figma
Téléchargez les fichiers d'extension Element to Figma au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Element to Figma |
ID | apadkficecnpmnjmedbpdbkikcofdpim |
URL Officiel | https://chromewebstore.google.com/detail/element-to-figma/apadkficecnpmnjmedbpdbkikcofdpim |
Description | Copy page elements to figma |
Taille du Fichier | 197 KB |
Nombre d'Installations | 4,175 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-12-13 |
Date de Publication | 2020-12-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://octavioamu.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/octavioamu/element-to-figma |
URL de la Page d'Aide | https://github.com/octavioamu/element-to-figma/issues |
Langues Prises en Charge | 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" ] } |