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
公式URL 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
Eメール [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"
    }
}