RightFont for Figma
Activate missing fonts in Figma files using RightFont.
RightFont for Figma là gì?
RightFont for Figma là một tiện ích mở rộng Chrome được phát triển bởi https://rightfontapp.com, và tính năng chính của nó là "Activate missing fonts in Figma files using RightFont.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RightFont for Figma
Tải xuống các tệp mở rộng RightFont for Figma dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RightFont for Figma |
ID | bmiehmamliigfalfpceaggcgmgedanoa |
URL Chính Thức | https://chromewebstore.google.com/detail/rightfont-for-figma/bmiehmamliigfalfpceaggcgmgedanoa |
Mô tả | Activate missing fonts in Figma files using RightFont. |
Kích Thước Tệp | 23.07 KB |
Số Lần Cài Đặt | 352 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-06-14 |
Ngày Phát Hành | 2023-06-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://rightfontapp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://rightfontapp.com/ |
URL Trang Trợ Giúp | https://rightfontapp.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |