Font Finder by WhatFont

Font Finder directly find font details from web pages easily.

Font Finder by WhatFont란 무엇입니까?

Font Finder by WhatFont은(는) Font Finder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Font Finder directly find font details from web pages easily."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Font Finder by WhatFont 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Now you can easily identify any font on the page using Font Finder.

Whatfont extension is a perfect for developer, graphic designers and for everyone who wants to identify the font details.

This font finder extension for chrome browser gives you information about font name, family, weight, color and more. 

✅ What this extension detects: 
1.	Font Family  
2.	Font Size 
3.	Font Weight 
4.	Line Height 
5.	Font Style  
6.	RGB Color Code

✅ How To Use : 
1. Click on the “Add to chrome” button to install it 
2. Tap on “Whatfont Plus” icon, this will enable the extension
3. Click the mouse pointer on any word for which you want to get font details
4. After clicking the word you will get all the font details

Version 2.1.1 changes:
- New UI design
- Improved usability                    

확장 프로그램 기본 정보

이름 Font Finder by WhatFont Font Finder by WhatFont
ID bkabpllkghhddkikpelcmjklipifickd
공식 URL https://chromewebstore.google.com/detail/font-finder-by-whatfont/bkabpllkghhddkikpelcmjklipifickd
설명 Font Finder directly find font details from web pages easily.
파일 크기 35.68 KB
설치 횟수 5,725
현재 버전 2.1.11
최근 업데이트 2023-09-02
출시 날짜 2022-06-07
평점 4.43/5 총 7 개의 평점
개발자 Font Finder
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1c9h06lhy3Fx9Km8rxEreC07eNDBQ2uat59vqoQJaaxE
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Finder by WhatFont",
    "description": "Font Finder directly find font details from web pages easily.",
    "version": "2.1.11",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "FontFinder"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "128": "\/icons\/128.png",
        "256": "\/icons\/256.png"
    }
}