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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة RightFont for Figma

قم بتنزيل ملفات الامتداد RightFont for Figma بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة المساعدة 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\/*"
    ]
}