RightFont for Figma
Activate missing fonts in Figma files using RightFont.
RightFont for Figma क्या है?
RightFont for Figma https://rightfontapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Activate missing fonts in Figma files using RightFont."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RightFont for Figma एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |