Font Identifier by WhatFontIs

Identify any Webfont or font (commercial or free) from any website.

Font Identifier by WhatFontIs란 무엇입니까?

Font Identifier by WhatFontIs은(는) https://whatfontis.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Identify any Webfont or font (commercial or free) from any website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Font Identifier by WhatFontIs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We help designers (famous or not) to identify any webfont or font from any website. We can do that using the huge WhatFontIs database: 800K+ fonts indexed, free or commercial from almost any foundry. 

After identifying the font, the extension will suggest more than 60 fonts very similar in style to the one you are searching for.                    

확장 프로그램 기본 정보

이름 Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
공식 URL https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
설명 Identify any Webfont or font (commercial or free) from any website.
파일 크기 280 KB
설치 횟수 10,000
현재 버전 2.5.3
최근 업데이트 2022-11-15
출시 날짜 2020-02-21
평점 3.50/5 총 28 개의 평점
개발자 https://whatfontis.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.whatfontis.com
도움말 페이지 URL https://www.whatfontis.com/contact.html
개인정보 보호 정책 페이지 URL https://www.whatfontis.com/terms.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Identifier by WhatFontIs",
    "version": "2.5.3",
    "description": "Identify any Webfont or font (commercial or free) from any website.",
    "browser_action": {
        "default_icon": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "resources\/jquery-3.3.1.min.js",
                "resources\/html2canvas.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.html",
        "img\/*"
    ],
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "64": "img\/logo.png",
        "128": "img\/logo128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "",
        "storage",
        "https:\/\/www.whatfontis.com\/*"
    ]
}