Better Copy For Figma
Support non-latin content copy for Figma
ما هو Better Copy For Figma؟
Better Copy For Figma هو إضافة Chrome تم تطويرها بواسطة alizadeh118، والميزة الرئيسية لها هي "Support non-latin content copy for Figma".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Copy For Figma
قم بتنزيل ملفات الامتداد Better Copy For Figma بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | 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"
}
} | |