What Font

The easiest way to check fonts on web pages

What Font란 무엇입니까?

What Font은(는) tomxuxu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to check fonts on web pages"입니다.

확장 프로그램 스크린샷

screenshot

What Font 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        字体探测可以非常快速的识别网站所用的字体,只需把鼠标放在需要识别的字体上,就可以显示出该处字的详细信息                    

확장 프로그램 기본 정보

이름 What Font What Font
ID ofjeanmickkjincopmpbfkciiookidha
공식 URL https://chromewebstore.google.com/detail/what-font/ofjeanmickkjincopmpbfkciiookidha
설명 The easiest way to check fonts on web pages
파일 크기 111 KB
설치 횟수 1,449
현재 버전 2.0.0
최근 업데이트 2021-07-13
출시 날짜 2021-06-28
평점 5.00/5 총 4 개의 평점
개발자 tomxuxu
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://pictureknow.com/protocol
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "2.0.0",
    "description": "__MSG_desc__",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/init.js",
                "js\/font_content.js",
                "js\/jquery.min.js"
            ],
            "css": [
                "css\/font_content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/init.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "proxy",
        "webRequest",
        "storage",
        "",
        "*:\/\/*.pictureknow.com\/*"
    ],
    "optional_permissions": [],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "zh_CN"
}