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
公式URL 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
Eメール [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"
    ]
}