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文件

下載Font Customizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}