FigmaEX

FigmaEX 增强你的 Figma

Wat is FigmaEX?

FigmaEX is een Chrome-extensie ontwikkeld door https://moonvy.com, en de belangrijkste functie is "FigmaEX 增强你的 Figma".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie FigmaEX

Download FigmaEX-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

                        这是 Moonvy · 月维官方发布的 FigmaEX(https://moonvy.com/figmaEX/)插件

增强 Figma 功能,添加一个插件侧边栏,让你能更方便的调用你的插件,并且提供中文字体选择器、字体快捷复制等功能。                    

Basisinformatie over de Extensie

Naam FigmaEX FigmaEX
ID dimbmiiiefochhhipipkphcfjckchhjd
Officiële URL https://chromewebstore.google.com/detail/figmaex/dimbmiiiefochhhipipkphcfjckchhjd
Beschrijving FigmaEX 增强你的 Figma
Bestandsgrootte 986 KB
Aantal Installaties 547
Huidige Versie 1.4.11
Laatst Bijgewerkt 2024-02-01
Publicatiedatum 2023-10-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://moonvy.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://moonvy.com/figmaEX/
Help Pagina-URL https://github.com/Moonvy/figmaEX/discussions
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FigmaEX",
    "description": "FigmaEX \u589e\u5f3a\u4f60\u7684 Figma",
    "version": "1.4.11",
    "manifest_version": 3,
    "homepage_url": "https:\/\/moonvy.com\/figmaEx",
    "icons": {
        "16": "img\/Logo_16.png",
        "48": "img\/Logo_48.png",
        "128": "img\/Logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.figma.com\/*",
                "https:\/\/figma.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app.js",
                "init.js"
            ],
            "matches": [
                "https:\/\/www.figma.com\/*",
                "https:\/\/figma.com\/*"
            ],
            "extension_ids": []
        }
    ]
}