Font Changer

Find elements on the page and change their font with just few clicks.

Font Changerとは何ですか?

Font ChangerはRafał Florczakによって開発されたChromeの拡張機能で、その主な機能は「Find elements on the page and change their font with just few clicks.」です。

拡張機能のスクリーンショット

screenshot

Font Changer拡張機能のCRXファイルをダウンロード

Font Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can use this extension to make the desired parts of the website look more readable by changing their fonts.                    

拡張機能の基本情報

名前 Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
公式URL https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
説明 Find elements on the page and change their font with just few clicks.
ファイルサイズ 182 KB
インストール数 357
現在のバージョン 0.3.3
最終更新日 2022-04-13
公開日 2019-03-21
評価 1.00/5 合計 2 レビュー
開発者 Rafał Florczak
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/florczakraf/font-changer
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Changer",
    "version": "0.3.3",
    "description": "Find elements on the page and change their font with just few clicks.",
    "icons": {
        "64": "font-changer\/icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "font-changer\/content-script\/font-changer.js"
            ],
            "css": [
                "font-changer\/content-script\/font-changer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "font-changer\/icons\/64.png",
        "default_title": "Font Changer"
    },
    "background": {
        "scripts": [
            "font-changer\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}