Better Copy For Figma

Support non-latin content copy for Figma

What is Better Copy For Figma?

Better Copy For Figma is a Chrome extension developed by alizadeh118, and its main feature is "Support non-latin content copy for Figma".

Extension Screenshots

screenshot

Download Better Copy For Figma Extension CRX File

Download Better Copy For Figma 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

                        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 !                    

Extension Basic Information

Name Better Copy For Figma Better Copy For Figma
ID pnodijpkjplmlanbppgpjmihnoaohpoa
Official URL https://chromewebstore.google.com/detail/better-copy-for-figma/pnodijpkjplmlanbppgpjmihnoaohpoa
Description Support non-latin content copy for Figma
File Size 7.44 KB
Installation Count 28
Current Version 1.0.0
Last Updated 2021-09-11
Publish Date 2021-09-11
Developer alizadeh118
Email [email protected]
Payment Type free
Extension Website https://github.com/Alizadeh118/better-copy-for-figma
Help Page URL https://github.com/Alizadeh118/better-copy-for-figma
Supported Languages 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"
    }
}