FigmaEX

FigmaEX 增强你的 Figma

What is FigmaEX?

FigmaEX is a Chrome extension developed by https://moonvy.com, and its main feature is "FigmaEX 增强你的 Figma".

Extension Screenshots

screenshot
screenshot

Download FigmaEX Extension CRX File

Download FigmaEX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name FigmaEX FigmaEX
ID dimbmiiiefochhhipipkphcfjckchhjd
Official URL https://chromewebstore.google.com/detail/figmaex/dimbmiiiefochhhipipkphcfjckchhjd
Description FigmaEX 增强你的 Figma
File Size 986 KB
Installation Count 547
Current Version 1.4.11
Last Updated 2024-02-01
Publish Date 2023-10-07
Rating 5.00/5 Total 3 Ratings
Developer https://moonvy.com
Email [email protected]
Payment Type free
Extension Website https://moonvy.com/figmaEX/
Help Page URL https://github.com/Moonvy/figmaEX/discussions
Supported Languages 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": []
        }
    ]
}