Font Finder

Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..

Font Finder란 무엇입니까?

Font Finder은(는) https://artaxconsulting.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Best way to find font family, weight, color, etc based on the web page.

Use this font finder to detect what the font is, the font size, the font weight, and font color. Simply highlight any text on the web page you have visited, and then click the extension in your Google Chrome toolbar to see all of the details on the font you want to know more about.                    

확장 프로그램 기본 정보

이름 Font Finder Font Finder
ID ekanenkhcfehejceckfcogmfbbhadchd
공식 URL https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd
설명 Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
파일 크기 176 KB
설치 횟수 20
현재 버전 0.0.6
최근 업데이트 2023-07-31
출시 날짜 2023-06-04
평점 5.00/5 총 1 개의 평점
개발자 https://artaxconsulting.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://artaxconsulting.com/
개인정보 보호 정책 페이지 URL https://artaxconsulting.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Finder",
    "description": "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.. ",
    "version": "0.0.6",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "index.html",
        "default_title": "Font Finder"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-50f5fc1f.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.ts-fb006660.js"
            ],
            "use_dynamic_url": true
        }
    ]
}