Font Export

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

Qu'est-ce que Font Export ?

Font Export est une extension Chrome développée par arto.product, et sa fonction principale est "Extract typography details from any website and save as a CSV file".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Font Export

Téléchargez les fichiers d'extension Font Export au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Font Export Font Export
ID lekhnfeadcfbodpjfgejfkfihjehanie
URL Officiel https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie
Description Extract typography details from any website and save as a CSV file
Taille du Fichier 11.17 KB
Nombre d'Installations 93
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-08-01
Date de Publication 2023-07-31
Développeur arto.product
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}