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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Copy For Figma

ดาวน์โหลดไฟล์ส่วนขยาย 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 !                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Better Copy For Figma Better Copy For Figma
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"
    }
}