FigmaCN
中文 Figma 插件,设计师人工翻译校验。
FigmaCNとは何ですか?
FigmaCNはhttps://figma.coolによって開発されたChromeの拡張機能で、その主な機能は「中文 Figma 插件,设计师人工翻译校验。」です。
拡張機能のスクリーンショット
FigmaCN拡張機能のCRXファイルをダウンロード
FigmaCN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
👁 设计师人工翻译校验
📌 原有功能不受影响
🌍 翻译贡献者:
Yancy Min
普鲁文 Pluwen
❤️ 赞助我们:Love.Figma.Cool
Made by Figma.Cool 拡張機能の基本情報
| 名前 | |
| ID | japkpjkpfdakpkbcehooampdjfgefndj |
| 公式URL | https://chromewebstore.google.com/detail/figmacn/japkpjkpfdakpkbcehooampdjfgefndj |
| 説明 | 中文 Figma 插件,设计师人工翻译校验。 |
| ファイルサイズ | 53.28 KB |
| インストール数 | 70,000 |
| 現在のバージョン | 1.06 |
| 最終更新日 | 2023-09-25 |
| 公開日 | 2020-05-14 |
| 評価 | 4.66/5 合計 35 レビュー |
| 開発者 | https://figma.cool |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://love.figma.cool |
| 対応言語 | 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"
]
}
} | |