Excalidraw custom font

Change Excalidraw's handwriting font with custom url.

Was ist Excalidraw custom font?

Excalidraw custom font ist eine Chrome-Erweiterung, die von Jeffrey entwickelt wurde, und ihr Hauptmerkmal ist "Change Excalidraw's handwriting font with custom url.".

Erweiterungsscreenshots

screenshot

Excalidraw custom font-Erweiterungs-CRX-Datei herunterladen

Laden Sie Excalidraw custom font-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Excalidraw custom font Excalidraw custom font
ID afbeaojffbjckicjpkecknoocdpmgoah
Offizielle URL https://chromewebstore.google.com/detail/excalidraw-custom-font/afbeaojffbjckicjpkecknoocdpmgoah
Beschreibung Change Excalidraw's handwriting font with custom url.
Dateigröße 11.11 KB
Installationsanzahl 571
Aktuelle Version 0.0.1
Letztes Update 2023-05-08
Veröffentlichungsdatum 2023-05-07
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Jeffrey
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jcyh0120/excalidraw-custom-font
Hilfeseite URL https://github.com/jcyh0120/excalidraw-custom-font
Unterstützte Sprachen 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\/*"
    ]
}