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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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\/*"
    ]
}