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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}