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
官方網址 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"
}