HTML to Figma - by Builder.io
Import a web page to Figma layers
Cos'è HTML to Figma - by Builder.io?
HTML to Figma - by Builder.io è un'estensione di Chrome sviluppata da https://builder.io, e la sua funzione principale è "Import a web page to Figma layers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HTML to Figma - by Builder.io
Scarica i file di estensione HTML to Figma - by Builder.io in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | HTML to Figma - by Builder.io |
ID | efjcmgblfpkhbjpkpopkgeomfkokpaim |
URL Ufficiale | https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim |
Descrizione | Import a web page to Figma layers |
Dimensione del File | 343 KB |
Conteggio Installazioni | 104,282 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2022-08-31 |
Data di Pubblicazione | 2019-09-04 |
Valutazione | 4.38/5 Totale 45 Valutazioni |
Sviluppatore | https://builder.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/builderio/html-to-figma |
URL della Pagina di Aiuto | https://github.com/builderio/html-to-figma/issues |
URL della Pagina della Politica sulla Privacy | https://builder.io/docs/privacy |
Lingue Supportate | 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" ] } |