HTML to Figma - by Builder.io
Import a web page to Figma layers
Was ist HTML to Figma - by Builder.io?
HTML to Figma - by Builder.io ist eine Chrome-Erweiterung, die von https://builder.io entwickelt wurde, und ihr Hauptmerkmal ist "Import a web page to Figma layers".
Erweiterungsscreenshots
HTML to Figma - by Builder.io-Erweiterungs-CRX-Datei herunterladen
Laden Sie HTML to Figma - by Builder.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | efjcmgblfpkhbjpkpopkgeomfkokpaim |
| Offizielle URL | https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim |
| Beschreibung | Import a web page to Figma layers |
| Dateigröße | 343 KB |
| Installationsanzahl | 104,282 |
| Aktuelle Version | 0.0.7 |
| Letztes Update | 2022-08-31 |
| Veröffentlichungsdatum | 2019-09-04 |
| Bewertung | 4.38/5 Insgesamt 45 Bewertungen |
| Entwickler | https://builder.io |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/builderio/html-to-figma |
| Hilfeseite URL | https://github.com/builderio/html-to-figma/issues |
| URL der Datenschutzrichtlinien-Seite | https://builder.io/docs/privacy |
| Unterstützte Sprachen | 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"
]
} | |