RightFont for Figma
Activate missing fonts in Figma files using RightFont.
Что такое RightFont for Figma?
RightFont for Figma - это расширение Chrome, разработанное https://rightfontapp.com, и его основная функция - "Activate missing fonts in Figma files using RightFont.".
Снимки экрана расширения
Скачать файл CRX расширения RightFont for Figma
Скачайте файлы расширений RightFont for Figma в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | RightFont for Figma |
ID | bmiehmamliigfalfpceaggcgmgedanoa |
Официальный URL | https://chromewebstore.google.com/detail/rightfont-for-figma/bmiehmamliigfalfpceaggcgmgedanoa |
Описание | Activate missing fonts in Figma files using RightFont. |
Размер файла | 23.07 KB |
Количество установок | 352 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-06-14 |
Дата публикации | 2023-06-14 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://rightfontapp.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://rightfontapp.com/ |
URL страницы помощи | https://rightfontapp.com/ |
Поддерживаемые языки | 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\/*" ] } |