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ファイルをダウンロード

Font Export拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}