HTML to Figma - by Builder.io
Import a web page to Figma layers
HTML to Figma - by Builder.ioとは何ですか?
HTML to Figma - by Builder.ioはhttps://builder.ioによって開発されたChromeの拡張機能で、その主な機能は「Import a web page to Figma layers」です。
拡張機能のスクリーンショット
HTML to Figma - by Builder.io拡張機能のCRXファイルをダウンロード
HTML to Figma - by Builder.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | HTML to Figma - by Builder.io |
ID | efjcmgblfpkhbjpkpopkgeomfkokpaim |
公式URL | https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim |
説明 | Import a web page to Figma layers |
ファイルサイズ | 343 KB |
インストール数 | 104,282 |
現在のバージョン | 0.0.7 |
最終更新日 | 2022-08-31 |
公開日 | 2019-09-04 |
評価 | 4.38/5 合計 45 レビュー |
開発者 | https://builder.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/builderio/html-to-figma |
ヘルプページのURL | https://github.com/builderio/html-to-figma/issues |
プライバシーポリシーページのURL | https://builder.io/docs/privacy |
対応言語 | 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" ] } |