RightFont for Figma
Activate missing fonts in Figma files using RightFont.
What is RightFont for Figma?
RightFont for Figma is a Chrome extension developed by https://rightfontapp.com, and its main feature is "Activate missing fonts in Figma files using RightFont.".
Extension Screenshots
Download RightFont for Figma Extension CRX File
Download RightFont for Figma extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | RightFont for Figma |
ID | bmiehmamliigfalfpceaggcgmgedanoa |
Official URL | https://chromewebstore.google.com/detail/rightfont-for-figma/bmiehmamliigfalfpceaggcgmgedanoa |
Description | Activate missing fonts in Figma files using RightFont. |
File Size | 23.07 KB |
Installation Count | 352 |
Current Version | 1.0 |
Last Updated | 2023-06-14 |
Publish Date | 2023-06-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://rightfontapp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://rightfontapp.com/ |
Help Page URL | https://rightfontapp.com/ |
Supported Languages | 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\/*" ] } |