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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
} | |