Font Export

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

What is Font Export?

Font Export is a Chrome extension developed by arto.product, and its main feature is "Extract typography details from any website and save as a CSV file".

Extension Screenshots

screenshot

Download Font Export Extension CRX File

Download Font Export extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Font Export Font Export
ID lekhnfeadcfbodpjfgejfkfihjehanie
Official URL https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie
Description Extract typography details from any website and save as a CSV file
File Size 11.17 KB
Installation Count 93
Current Version 0.0.1
Last Updated 2023-08-01
Publish Date 2023-07-31
Developer arto.product
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}