RightFont for Figma
Activate missing fonts in Figma files using RightFont.
Qu'est-ce que RightFont for Figma ?
RightFont for Figma est une extension Chrome développée par https://rightfontapp.com, et sa fonction principale est "Activate missing fonts in Figma files using RightFont.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RightFont for Figma
Téléchargez les fichiers d'extension RightFont for Figma au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RightFont for Figma |
ID | bmiehmamliigfalfpceaggcgmgedanoa |
URL Officiel | https://chromewebstore.google.com/detail/rightfont-for-figma/bmiehmamliigfalfpceaggcgmgedanoa |
Description | Activate missing fonts in Figma files using RightFont. |
Taille du Fichier | 23.07 KB |
Nombre d'Installations | 352 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-06-14 |
Date de Publication | 2023-06-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://rightfontapp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://rightfontapp.com/ |
URL de la Page d'Aide | https://rightfontapp.com/ |
Langues Prises en Charge | 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\/*" ] } |