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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |