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
官方網址 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"
    }
}