Excalidraw custom font

Change Excalidraw's handwriting font with custom url.

What is Excalidraw custom font?

Excalidraw custom font is a Chrome extension developed by Jeffrey, and its main feature is "Change Excalidraw's handwriting font with custom url.".

Extension Screenshots

screenshot

Download Excalidraw custom font Extension CRX File

Download Excalidraw custom font extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Excalidraw custom font Excalidraw custom font
ID afbeaojffbjckicjpkecknoocdpmgoah
Official URL https://chromewebstore.google.com/detail/excalidraw-custom-font/afbeaojffbjckicjpkecknoocdpmgoah
Description Change Excalidraw's handwriting font with custom url.
File Size 11.11 KB
Installation Count 571
Current Version 0.0.1
Last Updated 2023-05-08
Publish Date 2023-05-07
Rating 4.50/5 Total 2 Ratings
Developer Jeffrey
Email [email protected]
Payment Type free
Extension Website https://github.com/jcyh0120/excalidraw-custom-font
Help Page URL https://github.com/jcyh0120/excalidraw-custom-font
Supported Languages 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\/*"
    ]
}