FigmaCN

FigmaCN

中文 Figma 插件,设计师人工翻译校验。 👁 设计师人工翻译校验 📌 原有功能不受影响 🌍 翻译贡献者: Yancy Min 普鲁文 Pluwen 诺墨 Normalcoder ❤️ 赞助我们:Love.Figma.Cool Made by Figma.Cool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "FigmaCN",
  "short_name": "FigmaCN",
  "description": "中文 Figma 插件,设计师人工翻译校验。",
  "version": "1.0",
  "homepage_url": "https://figma.cool",
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.figma.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{60e40d1e-1089-4e17-9559-6d8aa7e922d0}"
    }
  }
}