FigmaEX
FigmaEX 增强你的 Figma
Hvad er FigmaEX?
FigmaEX er en Chrome-udvidelse udviklet af https://moonvy.com, og dens hovedfunktion er "FigmaEX 增强你的 Figma".
Udvidelsesskærmbilleder
Download FigmaEX-udvidelses-CRX-fil
Download FigmaEX-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        这是 Moonvy · 月维官方发布的 FigmaEX(https://moonvy.com/figmaEX/)插件
增强 Figma 功能,添加一个插件侧边栏,让你能更方便的调用你的插件,并且提供中文字体选择器、字体快捷复制等功能。                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | dimbmiiiefochhhipipkphcfjckchhjd | 
| Officiel URL | https://chromewebstore.google.com/detail/figmaex/dimbmiiiefochhhipipkphcfjckchhjd | 
| Beskrivelse | FigmaEX 增强你的 Figma | 
| Filstørrelse | 986 KB | 
| Antal Installationer | 547 | 
| Nuværende Version | 1.4.11 | 
| Senest Opdateret | 2024-02-01 | 
| Udgivelsesdato | 2023-10-07 | 
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser | 
| Udvikler | https://moonvy.com | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://moonvy.com/figmaEX/ | 
| Hjælpeside-URL | https://github.com/Moonvy/figmaEX/discussions | 
| Understøttede Sprog | 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": []
        }
    ]
}  |  |