RightFont for Figma
Activate missing fonts in Figma files using RightFont.
Co je RightFont for Figma?
RightFont for Figma je rozšíření Chrome vyvinuté https://rightfontapp.com, a jeho hlavní funkcí je „Activate missing fonts in Figma files using RightFont.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření RightFont for Figma
Stáhněte si soubory rozšíření RightFont for Figma ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | RightFont for Figma |
ID | bmiehmamliigfalfpceaggcgmgedanoa |
Oficiální URL | https://chromewebstore.google.com/detail/rightfont-for-figma/bmiehmamliigfalfpceaggcgmgedanoa |
Popis | Activate missing fonts in Figma files using RightFont. |
Velikost souboru | 23.07 KB |
Počet instalací | 352 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-06-14 |
Datum Vydání | 2023-06-14 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://rightfontapp.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://rightfontapp.com/ |
URL Stránky Nápovědy | https://rightfontapp.com/ |
Podporované Jazyky | 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\/*" ] } |