Better Copy For Figma
Support non-latin content copy for Figma
Wat is Better Copy For Figma?
Better Copy For Figma is een Chrome-extensie ontwikkeld door alizadeh118, en de belangrijkste functie is "Support non-latin content copy for Figma".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Copy For Figma
Download Better Copy For Figma-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ! Basisinformatie over de Extensie
| Naam | |
| ID | pnodijpkjplmlanbppgpjmihnoaohpoa |
| Officiële URL | https://chromewebstore.google.com/detail/better-copy-for-figma/pnodijpkjplmlanbppgpjmihnoaohpoa |
| Beschrijving | Support non-latin content copy for Figma |
| Bestandsgrootte | 7.44 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-09-11 |
| Publicatiedatum | 2021-09-11 |
| Ontwikkelaar | alizadeh118 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Alizadeh118/better-copy-for-figma |
| Help Pagina-URL | https://github.com/Alizadeh118/better-copy-for-figma |
| Ondersteunde Talen | 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"
}
} | |