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
官方網址 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"
    }
}