Font Changer

Change any font easy!

什么是Font Changer?

Font Changer是由https://fontsly.com开发的Chrome扩展程序,该扩展的主要功能是“Change any font easy!”。

扩展截图

screenshot
screenshot

下载Font Changer扩展crx文件

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

扩展使用说明

                        Collection of the best preset fonts. 
There is also a possibility to change size&color of text.                    

扩展基本信息

名称 Font Changer Font Changer
ID cngbpbdpdeldglofjjppipdleagpefog
官方URL https://chromewebstore.google.com/detail/font-changer/cngbpbdpdeldglofjjppipdleagpefog
简介 Change any font easy!
文件大小 196 KB
安装次数 2,365
当前版本 1.0.1
更新时间 2021-02-04
上架时间 2021-02-04
评分 3.90/5 共20次评分
开发者 https://fontsly.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://fontsly.com/
隐私政策页面URL https://free-qr.com/privacy-policy
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "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'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}