Previewer for Google Fonts

Easily sample Google fonts on any web page.

Previewer for Google Fontsとは何ですか?

Previewer for Google FontsはRyan Hansonによって開発されたChromeの拡張機能で、その主な機能は「Easily sample Google fonts on any web page.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Previewer for Google Fonts拡張機能のCRXファイルをダウンロード

Previewer for Google Fonts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ▪ Filter by name, style, and weight.
▪ Apply different fonts to multiple CSS selectors.
▪ Add your favorite fonts to a list.
▪ Optionally store fonts in the local cache to boost performance and reduce requests.                    

拡張機能の基本情報

名前 Previewer for Google Fonts Previewer for Google Fonts
ID fcoejgdpakegcdbcchpgdopdopfgcglm
公式URL https://chromewebstore.google.com/detail/previewer-for-google-font/fcoejgdpakegcdbcchpgdopdopfgcglm
説明 Easily sample Google fonts on any web page.
ファイルサイズ 52.87 KB
インストール数 174
現在のバージョン 0.1.0
最終更新日 2021-10-22
公開日 2021-10-22
評価 5.00/5 合計 3 レビュー
開発者 Ryan Hanson
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Previewer for Google Fonts",
    "description": "Easily sample Google fonts on any web page.",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage"
    ]
}