Font Export

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

Τι είναι το Font Export;

Το Font Export είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον arto.product, και η κύρια λειτουργία του είναι "Extract typography details from any website and save as a CSV file".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Font Export

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}