HTML to Figma - by Builder.io

Import a web page to Figma layers

Wat is HTML to Figma - by Builder.io?

HTML to Figma - by Builder.io is een Chrome-extensie ontwikkeld door https://builder.io, en de belangrijkste functie is "Import a web page to Figma layers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HTML to Figma - by Builder.io

Download HTML to Figma - by Builder.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HTML to Figma - by Builder.io HTML to Figma - by Builder.io
ID efjcmgblfpkhbjpkpopkgeomfkokpaim
Officiële URL https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim
Beschrijving Import a web page to Figma layers
Bestandsgrootte 343 KB
Aantal Installaties 104,282
Huidige Versie 0.0.7
Laatst Bijgewerkt 2022-08-31
Publicatiedatum 2019-09-04
Beoordeling 4.38/5 Totaal 45 Beoordelingen
Ontwikkelaar https://builder.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/builderio/html-to-figma
Help Pagina-URL https://github.com/builderio/html-to-figma/issues
URL van de Privacybeleid Pagina https://builder.io/docs/privacy
Ondersteunde Talen 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"
    ]
}