WhatFont - What html font

WhatFont helps you identify the font on a web page, html font size, color, font family

WhatFont - What html font란 무엇입니까?

WhatFont - What html font은(는) fontlucker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WhatFont helps you identify the font on a web page, html font size, color, font family"입니다.

확장 프로그램 스크린샷

screenshot

WhatFont - What html font 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Easily detect any html fonts on a web page from your favorite sites using the What font chrome extension.

What font chrome is very easy to use. First you need to open the page from which you need to identify the font. Then click the extension icon in your browser, hover your mouse over the text whose font you want to identify and the modal window that appears will have all the information: html font size, color, font family.

WhatFont will be useful for web designers, marketers, and developers and is useful for quickly getting information about all the fonts on a web page. In the near future, we are planning to implement the function of the font identifier in the image. And the ability to download the selected font.                    

확장 프로그램 기본 정보

이름 WhatFont - What html font WhatFont - What html font
ID iceonohalfbfcldenclcjafcpboiplfo
공식 URL https://chromewebstore.google.com/detail/whatfont-what-html-font/iceonohalfbfcldenclcjafcpboiplfo
설명 WhatFont helps you identify the font on a web page, html font size, color, font family
파일 크기 128 KB
설치 횟수 12,052
현재 버전 0.0.7
최근 업데이트 2022-12-16
출시 날짜 2021-02-03
평점 4.77/5 총 35 개의 평점
개발자 fontlucker
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
지원되는 언어 de,en,fr,es,it,pl,pt-PT,ru,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "0.0.7",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "html2canvas.min.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/icon48.png"
    },
    "permissions": [],
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "background": {
        "service_worker": "bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wf.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}