Font Export

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

Wat is Font Export?

Font Export is een Chrome-extensie ontwikkeld door arto.product, en de belangrijkste functie is "Extract typography details from any website and save as a CSV file".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Font Export

Download Font Export-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Font Export Font Export
ID lekhnfeadcfbodpjfgejfkfihjehanie
Officiële URL https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie
Beschrijving Extract typography details from any website and save as a CSV file
Bestandsgrootte 11.17 KB
Aantal Installaties 93
Huidige Versie 0.0.1
Laatst Bijgewerkt 2023-08-01
Publicatiedatum 2023-07-31
Ontwikkelaar arto.product
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}