Font changer pro

Master browser font customization - size, color, font family

什麼是Font changer pro?

Font changer pro是由Tom Gray開發的Chrome擴展程式,該擴展的主要功能是“Master browser font customization - size, color, font family”。

擴展截圖

screenshot

下載Font changer pro擴展crx文件

下載Font changer pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Font Changer Pro is a tool that manages font settings. You can select a font from hundreds of fonts on Google Fonts.

Features:
⭐ Hundreds of available fonts
⭐ Custom fonts 
⭐ Manage text color
⭐ Manage font size on any page
⭐ Use wildcard domain scope or apply globally                    

擴展基本資訊

名稱 Font changer pro Font changer pro
ID bfdlfijnkpenblkecgdgpfaamekddmdi
官方網址 https://chrome.google.com/webstore/detail/font-changer-pro/bfdlfijnkpenblkecgdgpfaamekddmdi
簡介 Master browser font customization - size, color, font family
檔案大小 525 KB
安裝次數 100,000
目前版本 1.8.1
更新時間 2020-12-20
上架時間 2020-11-05
評分 4.05/5 共 38 次評分
開發者 Tom Gray
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.notion.so/Privacy-Policy-Font-changer-Pro-13132e70d2084944af210dcc85d2a62b
支援的語言 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.8.1",
    "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:\/\/*.googleapis.com https:\/\/www.googletagmanager.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"
    ]
}