Excalidraw custom font

Change Excalidraw's handwriting font with custom url.

Excalidraw custom fontとは何ですか?

Excalidraw custom fontはJeffreyによって開発されたChromeの拡張機能で、その主な機能は「Change Excalidraw's handwriting font with custom url.」です。

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

screenshot

Excalidraw custom font拡張機能のCRXファイルをダウンロード

Excalidraw custom font拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        How to use?

1. Visit Excalidraw.
2. Enter font URL and click "Change font".
3. Toggle Night/Day mode to trigger font update.

Visit https://github.com/jcyh0120/excalidraw-custom-font for more info.                    

拡張機能の基本情報

名前 Excalidraw custom font Excalidraw custom font
ID afbeaojffbjckicjpkecknoocdpmgoah
公式URL https://chromewebstore.google.com/detail/excalidraw-custom-font/afbeaojffbjckicjpkecknoocdpmgoah
説明 Change Excalidraw's handwriting font with custom url.
ファイルサイズ 11.11 KB
インストール数 571
現在のバージョン 0.0.1
最終更新日 2023-05-08
公開日 2023-05-07
評価 4.50/5 合計 2 レビュー
開発者 Jeffrey
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/jcyh0120/excalidraw-custom-font
ヘルプページのURL https://github.com/jcyh0120/excalidraw-custom-font
対応言語 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_TW",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/app.excalidraw.com\/*",
        "https:\/\/excalidraw.com\/*"
    ]
}