Font Tester

Preview your webpage with Google Fonts

什麼是Font Tester?

Font Tester是由hkphillips42開發的Chrome擴展程式,該擴展的主要功能是“Preview your webpage with Google Fonts”。

擴展截圖

screenshot
screenshot

下載Font Tester擴展crx文件

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

擴展使用說明

                        Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.                    

擴展基本資訊

名稱 Font Tester Font Tester
ID imccahjhfnnifmcmfelbcijnilebgggg
官方網址 https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg
簡介 Preview your webpage with Google Fonts
檔案大小 297 KB
安裝次數 63
目前版本 0.0.1
更新時間 2023-05-05
上架時間 2023-05-05
開發者 hkphillips42
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/hunterphillips/font-tester
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Tester",
    "description": "Preview your webpage with Google Fonts",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}