Font Export

Extract typography details from any website and save as a CSV file

Font Export란 무엇입니까?

Font Export은(는) arto.product에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract typography details from any website and save as a CSV file"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Font Export is a must-have tool for designers, developers, and typography enthusiasts. With just a click, this Chrome extension scans the currently opened webpage and extracts detailed information about the typography used. It organizes the data into the table, providing insights into font families, sizes, styles, weights, letter spacing, and line heights. Plus, it helps export the data as a CSV file with a click of a button.                    

확장 프로그램 기본 정보

이름 Font Export Font Export
ID lekhnfeadcfbodpjfgejfkfihjehanie
공식 URL https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie
설명 Extract typography details from any website and save as a CSV file
파일 크기 11.17 KB
설치 횟수 93
현재 버전 0.0.1
최근 업데이트 2023-08-01
출시 날짜 2023-07-31
개발자 arto.product
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Export",
    "version": "0.0.1",
    "description": "Extract typography details from any website and save as a CSV file",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}