FigmaCN
中文 Figma 插件,设计师人工翻译校验。
What is FigmaCN?
FigmaCN is a Chrome extension developed by https://figma.cool, and its main feature is "中文 Figma 插件,设计师人工翻译校验。".
Extension Screenshots
Download FigmaCN Extension CRX File
Download FigmaCN 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
👁 设计师人工翻译校验 📌 原有功能不受影响 🌍 翻译贡献者: Yancy Min 普鲁文 Pluwen ❤️ 赞助我们:Love.Figma.Cool Made by Figma.Cool
Extension Basic Information
Name | FigmaCN |
ID | japkpjkpfdakpkbcehooampdjfgefndj |
Official URL | https://chromewebstore.google.com/detail/figmacn/japkpjkpfdakpkbcehooampdjfgefndj |
Description | 中文 Figma 插件,设计师人工翻译校验。 |
File Size | 53.28 KB |
Installation Count | 70,000 |
Current Version | 1.06 |
Last Updated | 2023-09-25 |
Publish Date | 2020-05-14 |
Rating | 4.66/5 Total 35 Ratings |
Developer | https://figma.cool |
[email protected] | |
Payment Type | free |
Extension Website | https://love.figma.cool |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FigmaCN", "short_name": "FigmaCN", "description": "\u4e2d\u6587 Figma \u63d2\u4ef6\uff0c\u8bbe\u8ba1\u5e08\u4eba\u5de5\u7ffb\u8bd1\u6821\u9a8c\u3002", "version": "1.06", "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" ] } } |