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
官方網址 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
電子郵箱 [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"
    ]
}