What Font

Identify fonts from websites that appeal to you

What Fontとは何ですか?

What FontはImmanuel Thomasによって開発されたChromeの拡張機能で、その主な機能は「Identify fonts from websites that appeal to you」です。

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

screenshot
screenshot

What Font拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Chrome plugin to identify font usage on the current website.                    

拡張機能の基本情報

名前 What Font What Font
ID mbmmfmfiglgpcpboljabbhlogbcpebdh
公式URL https://chromewebstore.google.com/detail/what-font/mbmmfmfiglgpcpboljabbhlogbcpebdh
説明 Identify fonts from websites that appeal to you
ファイルサイズ 198 KB
インストール数 2,513
現在のバージョン 1.0
最終更新日 2017-06-03
公開日 2017-06-02
評価 2.54/5 合計 13 レビュー
開発者 Immanuel Thomas
支払い方法 free
ヘルプページのURL https://github.com/immanuel/what-font
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Font",
    "short_name": "What Font",
    "description": "Identify fonts from websites that appeal to you",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "getFonts.js"
            ]
        }
    ]
}