Fonts Changer

Fonts Changer allows users to change fonts in the browser.

Fonts Changer란 무엇입니까?

Fonts Changer은(는) Fonts Changer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fonts Changer allows users to change fonts in the browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fonts Changer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Fonts Changer allows users to change fonts in the browser.
Chrome’s advanced font settings let users change system fonts in your browser using the Fonts Changer.

Fonts Changer Over 80 fonts available for your Chrome browser
 Install Font, Advanced Font Settings for your Fonts Changer Browser

Features Fonts Changer:

Choose from hundreds of fonts. All fonts are free for personal use, and most fonts are free for commercial use!

In the Font , we have chosen the most stylish and coolest font of different types, and they are very easy to apply. Change of font, change of sensations. Hundreds of exquisite beautiful built-in fonts, easy to change the system font, easy to change the mood!
Have a good mood every day. Open interface Fonts Changer.                    

확장 프로그램 기본 정보

이름 Fonts Changer Fonts Changer
ID phkenomnahhgjnmpignadbeandfanbil
공식 URL https://chromewebstore.google.com/detail/fonts-changer/phkenomnahhgjnmpignadbeandfanbil
설명 Fonts Changer allows users to change fonts in the browser.
파일 크기 50.75 KB
설치 횟수 14,636
현재 버전 1.7
최근 업데이트 2021-02-02
출시 날짜 2019-12-18
평점 3.51/5 총 71 개의 평점
개발자 Fonts Changer
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vR4J2PhyBTcio5H9Gx7E73_ZQadKZgnubkUSJclEAEXsQV0chxf7DNQBJLpF30twTKoIrW8Ek7WbQIH/pub
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.7",
    "default_locale": "en",
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "__MSG_name__",
        "default_icon": {
            "128": "128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "fontSettings",
        ""
    ]
}