Excalidraw custom font

Change Excalidraw's handwriting font with custom url.

ما هو Excalidraw custom font؟

Excalidraw custom font هو إضافة Chrome تم تطويرها بواسطة Jeffrey، والميزة الرئيسية لها هي "Change Excalidraw's handwriting font with custom url.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Excalidraw custom font

قم بتنزيل ملفات الامتداد Excalidraw custom font بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Excalidraw custom font Excalidraw custom font
ID afbeaojffbjckicjpkecknoocdpmgoah
عنوان URL الرسمي https://chromewebstore.google.com/detail/excalidraw-custom-font/afbeaojffbjckicjpkecknoocdpmgoah
الوصف Change Excalidraw's handwriting font with custom url.
حجم الملف 11.11 KB
عدد التثبيتات 571
النسخة الحالية 0.0.1
آخر تحديث 2023-05-08
تاريخ النشر 2023-05-07
تقييم 4.50/5 مجموع تقييمات 2
المطور Jeffrey
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jcyh0120/excalidraw-custom-font
عنوان صفحة المساعدة https://github.com/jcyh0120/excalidraw-custom-font
اللغات المدعومة 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\/*"
    ]
}