RightFont for Figma

Activate missing fonts in Figma files using RightFont.

Cos'è RightFont for Figma?

RightFont for Figma è un'estensione di Chrome sviluppata da https://rightfontapp.com, e la sua funzione principale è "Activate missing fonts in Figma files using RightFont.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RightFont for Figma

Scarica i file di estensione RightFont for Figma in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Activate missing fonts in Figma files using RightFont.

This browser extension allows for seamless font activation and ensures consistent font usage within your Figma designs.

Use RightFont for Figma to:
• Activate missing fonts in Figma files.
• Save valuable time by eliminating the need for manual font installation and activation.

System Requirements:
RightFont is made exclusively for the Mac, and requires macOS 10.15 (Catalina) or newer. It is fully compatible with both Intel-based Macs and the newer Apple silicon (M1/M2) Macs.                    

Informazioni di Base sull'Estensione

Nome RightFont for Figma RightFont for Figma
ID bmiehmamliigfalfpceaggcgmgedanoa
URL Ufficiale https://chromewebstore.google.com/detail/rightfont-for-figma/bmiehmamliigfalfpceaggcgmgedanoa
Descrizione Activate missing fonts in Figma files using RightFont.
Dimensione del File 23.07 KB
Conteggio Installazioni 352
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-14
Data di Pubblicazione 2023-06-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://rightfontapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rightfontapp.com/
URL della Pagina di Aiuto https://rightfontapp.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RightFont for Figma",
    "description": "Activate missing fonts in Figma files using RightFont.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.figma.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*.figma.com\/*"
    ]
}