FigmaTW
修正檢閱中的Android模式,view被翻譯成中文
What is FigmaTW?
FigmaTW is a Chrome extension developed by minwto, and its main feature is "修正檢閱中的Android模式,view被翻譯成中文".
Extension Screenshots
Download FigmaTW Extension CRX File
Download FigmaTW 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
將Figma Web製作繁體中文包,僅進行中文化不影響原始功能與效能 已完成90%中文化 #1.3版 修正檢閱中的Android模式,view被翻譯成中文
Extension Basic Information
Name | FigmaTW |
ID | eplakmliiicamaplijcohjbldbelkhpb |
Official URL | https://chromewebstore.google.com/detail/figmatw/eplakmliiicamaplijcohjbldbelkhpb |
Description | 修正檢閱中的Android模式,view被翻譯成中文 |
File Size | 15.83 KB |
Installation Count | 5,000 |
Current Version | 1.3 |
Last Updated | 2022-11-16 |
Publish Date | 2022-11-03 |
Rating | 4.20/5 Total 5 Ratings |
Developer | minwto |
[email protected] | |
Payment Type | free |
Extension Website | https://www.minwt.com |
Help Page URL | https://www.minwt.com/tags/figma/ |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "content_scripts": [ { "all_frames": true, "js": [ "js\/content.js" ], "matches": [ "*:\/\/*.figma.com\/*" ], "run_at": "document_end" } ], "name": "FigmaTW", "description": "\u4fee\u6b63\u6aa2\u95b1\u4e2d\u7684Android\u6a21\u5f0f\uff0cview\u88ab\u7ffb\u8b6f\u6210\u4e2d\u6587", "version": "1.3", "permissions": [], "homepage_url": "https:\/\/www.minwt.com", "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" } } |