RightFont for Figma

Activate missing fonts in Figma files using RightFont.

Hvad er RightFont for Figma?

RightFont for Figma er en Chrome-udvidelse udviklet af https://rightfontapp.com, og dens hovedfunktion er "Activate missing fonts in Figma files using RightFont.".

Udvidelsesskærmbilleder

screenshot

Download RightFont for Figma-udvidelses-CRX-fil

Download RightFont for Figma-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn RightFont for Figma RightFont for Figma
ID bmiehmamliigfalfpceaggcgmgedanoa
Officiel URL https://chromewebstore.google.com/detail/rightfont-for-figma/bmiehmamliigfalfpceaggcgmgedanoa
Beskrivelse Activate missing fonts in Figma files using RightFont.
Filstørrelse 23.07 KB
Antal Installationer 352
Nuværende Version 1.0
Senest Opdateret 2023-06-14
Udgivelsesdato 2023-06-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://rightfontapp.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://rightfontapp.com/
Hjælpeside-URL https://rightfontapp.com/
Understøttede Sprog 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\/*"
    ]
}