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
公式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
Eメール [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",
        ""
    ]
}