Appoint Font
The easiest font setting extension.
Appoint Font란 무엇입니까?
Appoint Font은(는) https://blackglory.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest font setting extension."입니다.
확장 프로그램 스크린샷
Appoint Font 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The easiest font setting extension. Q: How does it work? A: It works by dynamically generating @font-face rules and injecting them into the page. Q: Does it break web fonts? A: This extension will not break web fonts, unless the corresponding web font is already installed locally. Q: The font I wanted to use didn't work, while other fonts did. A: Chromium-based browsers have issues with font support, which causes some local fonts to not be used in @font-face. Upon research, new font technologies such as variable fonts do not seem to trigger the issue. Popular fonts usually release their variable font versions, it is recommended that you download and install the latest version of them. Q: Some sites do not respect my rules. A: This is most likely because these sites do not have font styles, or only generic fonts in the styles are actually used by browsers. These issues can be solved by simply modifying the browser's font settings. This extension will not help you modify your browser's font settings, as browsers and other extensions already provide better user interfaces: - chrome://settings/fonts - edge://settings/fonts - Advanced Font Settings: https://chrome.google.com/webstore/detail/caclkomlalccbpcdllchkeecicepbmbm Github: https://github.com/BlackGlory/appoint-font
확장 프로그램 기본 정보
이름 | Appoint Font |
ID | lmjdabbpgabigbonekfpjhfgjekpnkge |
공식 URL | https://chromewebstore.google.com/detail/appoint-font/lmjdabbpgabigbonekfpjhfgjekpnkge |
설명 | The easiest font setting extension. |
파일 크기 | 576 KB |
설치 횟수 | 2,533 |
현재 버전 | 2023.0.8 |
최근 업데이트 | 2023-12-20 |
출시 날짜 | 2019-01-31 |
평점 | 4.87/5 총 46 개의 평점 |
개발자 | https://blackglory.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/BlackGlory/appoint-font |
도움말 페이지 URL | https://github.com/BlackGlory/appoint-font/issues |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "2023.0.8", "manifest_version": 3, "default_locale": "en", "description": "__MSG_extensionDescription__", "author": "BlackGlory", "icons": { "16": "assets\/images\/icon-16.png", "32": "assets\/images\/icon-32.png", "48": "assets\/images\/icon-48.png", "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "fontSettings", "webNavigation", "scripting", "downloads" ], "host_permissions": [ " |