Excalidraw custom font

Change Excalidraw's handwriting font with custom url.

Vad är Excalidraw custom font?

Excalidraw custom font är en Chrome-tillägg utvecklad av Jeffrey, och dess huvudfunktion är "Change Excalidraw's handwriting font with custom url.".

Tilläggsskärmbilder

screenshot

Ladda ner Excalidraw custom font-förlängningens CRX-fil

Ladda ner Excalidraw custom font-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Excalidraw custom font Excalidraw custom font
ID afbeaojffbjckicjpkecknoocdpmgoah
Officiell webbadress https://chromewebstore.google.com/detail/excalidraw-custom-font/afbeaojffbjckicjpkecknoocdpmgoah
Beskrivning Change Excalidraw's handwriting font with custom url.
Filstorlek 11.11 KB
Antal Installationer 571
Aktuell Version 0.0.1
Senast Uppdaterad 2023-05-08
Publiceringsdatum 2023-05-07
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Jeffrey
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jcyh0120/excalidraw-custom-font
Hjälpsida URL https://github.com/jcyh0120/excalidraw-custom-font
Stödda Språk 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\/*"
    ]
}