WhatTheFont

Identify the fonts and typefaces in a web page.

WhatTheFontとは何ですか?

WhatTheFontはs.c.leblanc01によって開発されたChromeの拡張機能で、その主な機能は「Identify the fonts and typefaces in a web page.」です。

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

screenshot

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

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

拡張機能の使用方法

                        A simple extension that displays all of the font families used on a particular page.

This is an Alpha release, so please report any issues.

Future features:

Hover a font name in the popup and see the corresponding text on the page highlighted.
Link to font download/view page if possible.
Preview font in popup.

Thanks!

Figured I should include this: 

I'm not in any way associated with the websites that may appear in screenshots, promotional tiles, etc. These are purely for extension demonstration purposes. If you see your site here and wish for it to be taken down, please contact me, it's no trouble at all.                    

拡張機能の基本情報

名前 WhatTheFont WhatTheFont
ID ncfhbklmoclkdkbjcjefomllchnakndl
公式URL https://chrome.google.com/webstore/detail/whatthefont/ncfhbklmoclkdkbjcjefomllchnakndl
説明 Identify the fonts and typefaces in a web page.
ファイルサイズ 8.23 KB
インストール数 10,000
現在のバージョン 0.0.1
最終更新日 2015-11-03
公開日 2015-11-03
評価 3.14/5 合計 7 レビュー
開発者 s.c.leblanc01
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatTheFont",
    "version": "0.0.1",
    "description": "Identify the fonts and typefaces in a web page.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "48": "icon.png"
    }
}