Font Changer

Font Changer allows you change the font of any website with your preferred Google Web Front quickly and easily.

什么是Font Changer?

Font Changer是由ExtensionHub开发的Chrome扩展程序,该扩展的主要功能是“Font Changer allows you change the font of any website with your preferred Google Web Front quickly and easily.”。

扩展截图

screenshot
screenshot

下载Font Changer扩展crx文件

下载Font Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you not happy with the font choice on a certain website? Do you wish you could create a consistent-looking font across the entire web? Well, with Font Changer with Google Web Fonts you can change the font of any website quickly and easily. It allows you to make the web your own with just a couple of clicks of your mouse.

You can use this extension to change fonts on all websites, or you can pick and choose certain fonts for certain sites. This gives you the ability to make the web a more consistent or varied place, depending on your taste. When you click the extension’s icon you can choose to modify global fonts, which is how you will change all websites, or you can choose custom settings to set the font for a certain website.

Features include:
- Change font for any website on the Internet with Google Web Fonts.
- Change font weight and style.
- Only apply the stylings to selected tags.                    

扩展基本信息

名称 Font Changer Font Changer
ID obgkjikcnonokgaiablbenkgjcdbknna
官方URL https://chromewebstore.google.com/detail/font-changer/obgkjikcnonokgaiablbenkgjcdbknna
简介 Font Changer allows you change the font of any website with your preferred Google Web Front quickly and easily.
文件大小 557 KB
安装次数 24,180
当前版本 1.3.0
更新时间 2023-06-05
上架时间 2020-03-18
评分 3.49/5 共61次评分
开发者 ExtensionHub
电子邮箱 [email protected]
付费类型 free
支持的语言 de,en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.3.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "build\/logo_16.png",
            "24": "build\/logo_24.png",
            "32": "build\/logo_32.png"
        },
        "default_popup": "build\/popup.html"
    },
    "icons": {
        "16": "build\/logo_16.png",
        "48": "build\/logo_48.png",
        "128": "build\/logo_128.png"
    },
    "web_accessible_resources": [
        "build\/*"
    ],
    "background": {
        "scripts": [
            "build\/browser-polyfill.js",
            "build\/background_message.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "build\/browser-polyfill.js",
                "build\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}