Figma i18n Firefox

Examine source code of Figma i18n

Inspect and view changes in Figma i18n source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Figma i18n",
  "short_name": "Figma i18n",
  "description": "Figma 本土化翻译扩展 Figma i18n forked from FigmaCN",
  "version": "0.0.7",
  "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/script.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "*://*.figma.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "*://*.figma.com/*"
  ],
  "web_accessible_resources": [
    "locales/*/dictionary.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{db4a1f38-34c9-4b77-a183-2b973c7bbe0a}"
    }
  }
}

Best Figma i18n Alternatives

Here are some Firefox add-ons that are similar to Figma i18n: