Excalidraw custom font

Change Excalidraw's handwriting font with custom url.

Wat is Excalidraw custom font?

Excalidraw custom font is een Chrome-extensie ontwikkeld door Jeffrey, en de belangrijkste functie is "Change Excalidraw's handwriting font with custom url.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Excalidraw custom font

Download Excalidraw custom font-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Excalidraw custom font Excalidraw custom font
ID afbeaojffbjckicjpkecknoocdpmgoah
Officiële URL https://chromewebstore.google.com/detail/excalidraw-custom-font/afbeaojffbjckicjpkecknoocdpmgoah
Beschrijving Change Excalidraw's handwriting font with custom url.
Bestandsgrootte 11.11 KB
Aantal Installaties 571
Huidige Versie 0.0.1
Laatst Bijgewerkt 2023-05-08
Publicatiedatum 2023-05-07
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Jeffrey
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jcyh0120/excalidraw-custom-font
Help Pagina-URL https://github.com/jcyh0120/excalidraw-custom-font
Ondersteunde Talen 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\/*"
    ]
}