Easy Font Changer

Replace default fonts and manage font size

什么是Easy Font Changer?

Easy Font Changer是由Helene Hill开发的Chrome扩展程序,该扩展的主要功能是“Replace default fonts and manage font size”。

扩展截图

screenshot

下载Easy Font Changer扩展crx文件

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

扩展使用说明

                        Font Changer Plus helps you customize fonts on webpages beyond browser settings.

Features:
⭐ Change font settings globally or for a specific domain
⭐ Select from thousands of Google Fonts 
⭐ Use custom font installed in your system
⭐ Make bigger or smaller texts 
⭐ Force set the text color                    

扩展基本信息

名称 Easy Font Changer Easy Font Changer
ID gahgachhcblgfnjdfghcjcpgbkbadfgg
官方URL https://chrome.google.com/webstore/detail/easy-font-changer/gahgachhcblgfnjdfghcjcpgbkbadfgg
简介 Replace default fonts and manage font size
文件大小 510 KB
安装次数 100,000
当前版本 1.4.0
更新时间 2020-10-31
上架时间 2020-10-12
评分 3.85/5 共20次评分
开发者 Helene Hill
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://1drv.ms/w/s!AlgAs--DbB1qgQx48s3ECJq6XKTN?e=zGkMRs
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.4.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "default_locale": "en",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}