Excalidraw custom font
Change Excalidraw's handwriting font with custom url.
什么是Excalidraw custom font?
Excalidraw custom font是由Jeffrey开发的Chrome扩展程序,该扩展的主要功能是“Change Excalidraw's handwriting font with custom url.”。
扩展截图
下载Excalidraw custom font扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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\/*"
]
} | |