Font Customizer

Fine-tune your font settings for each website.

Font Customizer란 무엇입니까?

Font Customizer은(는) nftsirbd828에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fine-tune your font settings for each website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Font Customizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We have a unique Font Customizer product for you. It will make your browser much better and brighter. If you want to change the font, size and color for each site then the Font Customizer is exactly what you need. The Font Customizer extension is multifunctional: hundreds of fonts with open licenses, changing the default color from black, and the ability to make text larger or smaller. Our product is easy and fast to use. With one click of the mouse, you can change whatever you want in the browser, as you wish. Hurry up and install our new free Font Customizer extension and enjoy.                    

확장 프로그램 기본 정보

이름 Font Customizer Font Customizer
ID lnlncdbhoakalifcenfhnkkkoibdpkam
공식 URL https://chrome.google.com/webstore/detail/font-customizer/lnlncdbhoakalifcenfhnkkkoibdpkam
설명 Fine-tune your font settings for each website.
파일 크기 48.76 KB
설치 횟수 1,253
현재 버전 1.5.1
최근 업데이트 2022-11-07
출시 날짜 2021-02-22
평점 1.43/5 총 7 개의 평점
개발자 nftsirbd828
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.5.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "\/assets\/js\/service.js",
            "\/assets\/js\/chrome.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/content\/for_exec.js",
                "\/assets\/js\/content\/for_tabs.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/assets\/styles\/icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "fontSettings",
        "",
        "storage",
        "tabs"
    ]
}