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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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\/*"
    ]
}