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

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

擴展使用說明

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