HTML to Figma - by Builder.io
Import a web page to Figma layers
Qu'est-ce que HTML to Figma - by Builder.io ?
HTML to Figma - by Builder.io est une extension Chrome développée par https://builder.io, et sa fonction principale est "Import a web page to Figma layers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HTML to Figma - by Builder.io
Téléchargez les fichiers d'extension HTML to Figma - by Builder.io 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
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
Informations de Base sur l'Extension
Nom | HTML to Figma - by Builder.io |
ID | efjcmgblfpkhbjpkpopkgeomfkokpaim |
URL Officiel | https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim |
Description | Import a web page to Figma layers |
Taille du Fichier | 343 KB |
Nombre d'Installations | 104,282 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2022-08-31 |
Date de Publication | 2019-09-04 |
Évaluation | 4.38/5 Total 45 Évaluations |
Développeur | https://builder.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/builderio/html-to-figma |
URL de la Page d'Aide | https://github.com/builderio/html-to-figma/issues |
URL de la Page de Politique de Confidentialité | https://builder.io/docs/privacy |
Langues Prises en Charge | 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" ] } |