Element to Figma

Copy page elements to figma

Apa itu Element to Figma?

Element to Figma adalah ekstensi Chrome yang dikembangkan oleh https://octavioamu.com, dan fitur utamanya adalah "Copy page elements to figma".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Element to Figma

Unduh file ekstensi Element to Figma dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Extension to select the page UI elements and download them to later import it to Figma, based on the great job from https://github.com/BuilderIO/html-figma this browser extension allow you to download the selected pieces on the page instead of all the content so you can later import those to Figma.                    

Informasi Dasar Ekstensi

Nama Element to Figma Element to Figma
ID apadkficecnpmnjmedbpdbkikcofdpim
URL Resmi https://chromewebstore.google.com/detail/element-to-figma/apadkficecnpmnjmedbpdbkikcofdpim
Deskripsi Copy page elements to figma
Ukuran File 197 KB
Jumlah Instalasi 4,175
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-12-13
Tanggal Publikasi 2020-12-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://octavioamu.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/octavioamu/element-to-figma
URL Halaman Bantuan https://github.com/octavioamu/element-to-figma/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Element to Figma",
    "description": "Copy page elements to figma",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon128.png",
        "128": "icons\/icon256.png"
    },
    "browser_action": {
        "default_title": "Element to Figma",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}