FONT Finder PRO

Can detect which font used in webpage.

FONT Finder PRO란 무엇입니까?

FONT Finder PRO은(는) https://bayramoff.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Can detect which font used in webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FONT Finder PRO 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Font Finder RPO extension helps you detect/find fonts used on web pages.

Features:
Find fonts on a web page
Find text size on a web page 

How to use:
1. Install "Font Finder PRO" chrome extension.
2. Open any website.
3. Open "Font Finder PRO" from "Extensions list". 
Find the extension's icon using the puzzle icon.
4. Click "Start" button to activate Font Finder MODE.
5. Select or click to text on a web page.                    

확장 프로그램 기본 정보

이름 FONT Finder PRO FONT Finder PRO
ID ihpkfgphnppljkdhnjgiieicnhlkfdig
공식 URL https://chromewebstore.google.com/detail/font-finder-pro/ihpkfgphnppljkdhnjgiieicnhlkfdig
설명 Can detect which font used in webpage.
파일 크기 16.5 KB
설치 횟수 29
현재 버전 1.0.0
최근 업데이트 2022-12-15
출시 날짜 2022-12-15
개발자 https://bayramoff.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bayramoff.com/apps/font-detector
도움말 페이지 URL https://bayramoff.com/apps/font-detector
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FONT Finder PRO",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Can detect which font used in webpage.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pjcgifcabkihapfjdknalkbmmiodmapn\/",
    "action": {
        "default_popup": "window.html",
        "default_title": "FONT Finder PRO by Bayramoff",
        "default_icon": {
            "16": "icons\/logo_16.png",
            "32": "icons\/logo_32.png",
            "48": "icons\/logo_48.png",
            "128": "icons\/logo_128.png"
        }
    },
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}