Element to Figma

Copy page elements to figma

什麼是Element to Figma?

Element to Figma是由https://octavioamu.com開發的Chrome擴展程式,該擴展的主要功能是“Copy page elements to figma”。

擴展截圖

screenshot

下載Element to Figma擴展crx文件

下載Element to Figma擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Element to Figma Element to Figma
ID apadkficecnpmnjmedbpdbkikcofdpim
官方網址 https://chromewebstore.google.com/detail/element-to-figma/apadkficecnpmnjmedbpdbkikcofdpim
簡介 Copy page elements to figma
檔案大小 197 KB
安裝次數 4,175
目前版本 1.0.1
更新時間 2020-12-13
上架時間 2020-12-09
評分 5.00/5 共 1 次評分
開發者 https://octavioamu.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/octavioamu/element-to-figma
說明頁面URL https://github.com/octavioamu/element-to-figma/issues
支援的語言 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"
    ]
}