RightFont for Figma

Activate missing fonts in Figma files using RightFont.

RightFont for Figmaとは何ですか?

RightFont for Figmaはhttps://rightfontapp.comによって開発されたChromeの拡張機能で、その主な機能は「Activate missing fonts in Figma files using RightFont.」です。

拡張機能のスクリーンショット

screenshot

RightFont for Figma拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}