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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://builder.io และคุณลักษณะหลักของมันคือ "Import a web page to Figma layers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML to Figma - by Builder.io

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    ]
}