HTML to Figma - by Builder.io

Import a web page to Figma layers

Hvad er HTML to Figma - by Builder.io?

HTML to Figma - by Builder.io er en Chrome-udvidelse udviklet af https://builder.io, og dens hovedfunktion er "Import a web page to Figma layers".

Udvidelsesskærmbilleder

screenshot

Download HTML to Figma - by Builder.io-udvidelses-CRX-fil

Download HTML to Figma - by Builder.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn HTML to Figma - by Builder.io HTML to Figma - by Builder.io
ID efjcmgblfpkhbjpkpopkgeomfkokpaim
Officiel URL https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim
Beskrivelse Import a web page to Figma layers
Filstørrelse 343 KB
Antal Installationer 104,282
Nuværende Version 0.0.7
Senest Opdateret 2022-08-31
Udgivelsesdato 2019-09-04
Bedømmelse 4.38/5 Samlet 45 Bedømmelser
Udvikler https://builder.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/builderio/html-to-figma
Hjælpeside-URL https://github.com/builderio/html-to-figma/issues
URL til Fortrolighedspolitik Side https://builder.io/docs/privacy
Understøttede Sprog 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"
    ]
}