RightFont for Figma

Activate missing fonts in Figma files using RightFont.

Was ist RightFont for Figma?

RightFont for Figma ist eine Chrome-Erweiterung, die von https://rightfontapp.com entwickelt wurde, und ihr Hauptmerkmal ist "Activate missing fonts in Figma files using RightFont.".

Erweiterungsscreenshots

screenshot

RightFont for Figma-Erweiterungs-CRX-Datei herunterladen

Laden Sie RightFont for Figma-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RightFont for Figma RightFont for Figma
ID bmiehmamliigfalfpceaggcgmgedanoa
Offizielle URL https://chromewebstore.google.com/detail/rightfont-for-figma/bmiehmamliigfalfpceaggcgmgedanoa
Beschreibung Activate missing fonts in Figma files using RightFont.
Dateigröße 23.07 KB
Installationsanzahl 352
Aktuelle Version 1.0
Letztes Update 2023-06-14
Veröffentlichungsdatum 2023-06-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://rightfontapp.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rightfontapp.com/
Hilfeseite URL https://rightfontapp.com/
Unterstützte Sprachen 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\/*"
    ]
}