Better Copy For Figma
Support non-latin content copy for Figma
什么是Better Copy For Figma?
Better Copy For Figma是由alizadeh118开发的Chrome扩展程序,该扩展的主要功能是“Support non-latin content copy for Figma”。
扩展截图
下载Better Copy For Figma扩展crx文件
下载Better Copy For Figma扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
By this extension you can use "copy button" on Figma for all non-latin languages includes Persian (farsi), Arabic and so on.
Enable it and copy content ! 扩展基本信息
| 名称 | |
| ID | pnodijpkjplmlanbppgpjmihnoaohpoa |
| 官方URL | https://chromewebstore.google.com/detail/better-copy-for-figma/pnodijpkjplmlanbppgpjmihnoaohpoa |
| 简介 | Support non-latin content copy for Figma |
| 文件大小 | 7.44 KB |
| 安装次数 | 28 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-09-11 |
| 上架时间 | 2021-09-11 |
| 开发者 | alizadeh118 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Alizadeh118/better-copy-for-figma |
| 帮助页面URL | https://github.com/Alizadeh118/better-copy-for-figma |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better Copy For Figma",
"description": "Support non-latin content copy for Figma",
"version": "1.0.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/*.figma.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |