Excalidraw custom font
Change Excalidraw's handwriting font with custom url.
Cos'è Excalidraw custom font?
Excalidraw custom font è un'estensione di Chrome sviluppata da Jeffrey, e la sua funzione principale è "Change Excalidraw's handwriting font with custom url.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Excalidraw custom font
Scarica i file di estensione Excalidraw custom font in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Excalidraw custom font |
ID | afbeaojffbjckicjpkecknoocdpmgoah |
URL Ufficiale | https://chromewebstore.google.com/detail/excalidraw-custom-font/afbeaojffbjckicjpkecknoocdpmgoah |
Descrizione | Change Excalidraw's handwriting font with custom url. |
Dimensione del File | 11.11 KB |
Conteggio Installazioni | 571 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2023-05-08 |
Data di Pubblicazione | 2023-05-07 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Jeffrey |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jcyh0120/excalidraw-custom-font |
URL della Pagina di Aiuto | https://github.com/jcyh0120/excalidraw-custom-font |
Lingue Supportate | 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\/*" ] } |