Web to Figma

Web to Figma extension to capture pages and components and import them into Figma as editable designs. No more screenshots.

Web to Figma là gì?

Web to Figma là một tiện ích mở rộng Chrome được phát triển bởi https://web-to-figma.design, và tính năng chính của nó là "Web to Figma extension to capture pages and components and import them into Figma as editable designs. No more screenshots.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web to Figma

Tải xuống các tệp mở rộng Web to Figma dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        How it works

Web to Figma lets you import full webpages using the plugin, or import specific components from a website, using our Chrome Extension.


Import components or webpages using the Chrome Extension:

1. Download the Web to Figma Chrome Extension
2. Go to any page in your Chrome Browser
3. Invoke the extension, and then choose if you want to capture the entire page or a single component
4. Once the extension captures the page, save the page/component to a Collection
5. Go to Figma and run the plugin
6. Go to the Collections tab of the plugin
7. Find your latest capture and click on Add to Figma


Import webpages using the plugin:

1. Install the plugin
2. From within any file, run the plugin by going to Plugins menu and selecting Web to Figma
3. In the Import tab of the plugin, enter the URL of the webpage that you want to import. For example, https://github.com/home
4. Choose the relevant settings
5. Click on Import


Benefits

1. Create a library of design inspirations using Collections
2. Create a moodboard 
3. Collaborate with developers by importing their implementation and comparing against the reference design
4. Learn how some of the more complex websites have been structured
5. Quickly explore various design patterns when solving a new task                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web to Figma Web to Figma
ID mafpepbepbabkenbfpcdjmmjmeeemoal
URL Chính Thức https://chromewebstore.google.com/detail/web-to-figma/mafpepbepbabkenbfpcdjmmjmeeemoal
Mô tả Web to Figma extension to capture pages and components and import them into Figma as editable designs. No more screenshots.
Kích Thước Tệp 944 KB
Số Lần Cài Đặt 3,047
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2023-10-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://web-to-figma.design
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://web-to-figma.design
URL Trang Chính Sách Bảo Mật https://web-to-figma.design/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.5",
    "author": "Web to Figma",
    "name": "Web to Figma",
    "description": "Web to Figma extension to capture pages and components and import them into Figma as editable designs. No more screenshots.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "debugger",
        "alarms",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "export.95967a33.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "overlay.c561ff86.js"
            ],
            "css": [
                "font.464325b6.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/api.web-to-figma.design\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "1cX0aUPOAJv9sG4I-DJeR1CQhuCp_-AOoQ.5634b319.woff2",
                "1cX0aUPOAJv9sG4I-DJeI1OQhuCp_-AOoQ.5d0f7d3d.woff2",
                "1cXxaUPOAJv9sG4I-DJWiHGFq8Kk1Q.3186db86.woff2",
                "1cX0aUPOAJv9sG4I-DJee1KQhuCp_-AOoQ.b7833dc7.woff2",
                "1cX0aUPOAJv9sG4I-DJeV1WQhuCp_-AOoQ.3e13ed40.woff2",
                "1cX0aUPOAJv9sG4I-DJeM1SQhuCp_-AOoQ.5b2d714e.woff2",
                "overlay.e4d4ab6c.css",
                "overlay.5229e772.svg",
                "overlay.1e9f7e32.svg",
                "overlay.93a5d608.png"
            ]
        }
    ]
}