HTML to Figma - by Builder.io
Import a web page to Figma layers
Apa itu HTML to Figma - by Builder.io?
HTML to Figma - by Builder.io adalah ekstensi Chrome yang dikembangkan oleh https://builder.io, dan fitur utamanya adalah "Import a web page to Figma layers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HTML to Figma - by Builder.io
Unduh file ekstensi HTML to Figma - by Builder.io dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | HTML to Figma - by Builder.io |
ID | efjcmgblfpkhbjpkpopkgeomfkokpaim |
URL Resmi | https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim |
Deskripsi | Import a web page to Figma layers |
Ukuran File | 343 KB |
Jumlah Instalasi | 104,282 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2022-08-31 |
Tanggal Publikasi | 2019-09-04 |
Penilaian | 4.38/5 Total 45 Penilaian |
Pengembang | https://builder.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/builderio/html-to-figma |
URL Halaman Bantuan | https://github.com/builderio/html-to-figma/issues |
URL Halaman Kebijakan Privasi | https://builder.io/docs/privacy |
Bahasa yang Didukung | 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" ] } |