Fontpair

Identifies which colors and fonts a website uses

Fontpair란 무엇입니까?

Fontpair은(는) https://fontpair.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Identifies which colors and fonts a website uses"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Fontpair helps you identify which colors and fonts a website uses. It does this by detecting the current fonts on the website from the CSS. You can also download a screenshot of the website and share the website URL with the plugin. More updates coming soon!

fontpair.co/extension                    

확장 프로그램 기본 정보

이름 Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
공식 URL https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
설명 Identifies which colors and fonts a website uses
파일 크기 445 KB
설치 횟수 9,093
현재 버전 1.0
최근 업데이트 2024-02-05
출시 날짜 2022-06-29
평점 4.75/5 총 4 개의 평점
개발자 https://fontpair.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.fontpair.co/
도움말 페이지 URL https://fontpairv2.webflow.io/extension/privacy
개인정보 보호 정책 페이지 URL https://www.fontpair.co/extension/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fontpair",
    "description": "Identifies which colors and fonts a website uses",
    "version": "1.0",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "src\/images\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "16": "src\/images\/icon16.png",
        "48": "src\/images\/icon32.png",
        "128": "src\/images\/icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/js\/jquery-1.10.2.js",
                "src\/js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab"
    ]
}