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\/*"
    ]
}