Advanced Font Settings
Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.
Advanced Font Settings란 무엇입니까?
Advanced Font Settings은(는) Patrick Kettner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages."입니다.
확장 프로그램 스크린샷
Advanced Font Settings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to customize font settings for different language scripts. For example, you can set the default font for Simplified Chinese content to be different than the font for Japanese content. The settings are per-script (as specified in ISO 15924) rather than per-language. For example, there is a single setting for Cyrillic script rather than separate ones for Russian, Ukrainian, etc. Chrome will use the font settings controlled by this extension when BOTH of the following are true: 1) The web page has declared the language of the content (e.g., by using the HTML lang attribute); and 2) The web page has not specified a font to use. To use this extension, add it to Chrome and then go to chrome://extensions and click on the "Options" link for this extension.
확장 프로그램 기본 정보
이름 | Advanced Font Settings |
ID | caclkomlalccbpcdllchkeecicepbmbm |
공식 URL | https://chromewebstore.google.com/detail/advanced-font-settings/caclkomlalccbpcdllchkeecicepbmbm |
설명 | Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages. |
파일 크기 | 39.75 KB |
설치 횟수 | 605,448 |
현재 버전 | 0.71 |
최근 업데이트 | 2023-12-01 |
출시 날짜 | 2014-04-16 |
평점 | 3.76/5 총 1325 개의 평점 |
개발자 | Patrick Kettner |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced Font Settings", "version": "0.71", "manifest_version": 3, "description": "Demonstrates the chrome.fontSettings API by allowing users to modify the style of displayed fonts on web pages.", "options_page": "options.html", "icons": { "16": "fonts16.png", "128": "fonts128.png" }, "permissions": [ "fontSettings" ] } |