HTML to Figma - by Builder.io

Import a web page to Figma layers

Vad är HTML to Figma - by Builder.io?

HTML to Figma - by Builder.io är en Chrome-tillägg utvecklad av https://builder.io, och dess huvudfunktion är "Import a web page to Figma layers".

Tilläggsskärmbilder

screenshot

Ladda ner HTML to Figma - by Builder.io-förlängningens CRX-fil

Ladda ner HTML to Figma - by Builder.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn HTML to Figma - by Builder.io HTML to Figma - by Builder.io
ID efjcmgblfpkhbjpkpopkgeomfkokpaim
Officiell webbadress https://chromewebstore.google.com/detail/html-to-figma-by-builderi/efjcmgblfpkhbjpkpopkgeomfkokpaim
Beskrivning Import a web page to Figma layers
Filstorlek 343 KB
Antal Installationer 104,282
Aktuell Version 0.0.7
Senast Uppdaterad 2022-08-31
Publiceringsdatum 2019-09-04
Betyg 4.38/5 Totalt 45 Betyg
Utvecklare https://builder.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/builderio/html-to-figma
Hjälpsida URL https://github.com/builderio/html-to-figma/issues
URL till Sekretesspolicy Sidan https://builder.io/docs/privacy
Stödda Språk 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"
    ]
}