Font Export

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

Vad är Font Export?

Font Export är en Chrome-tillägg utvecklad av arto.product, och dess huvudfunktion är "Extract typography details from any website and save as a CSV file".

Tilläggsskärmbilder

screenshot

Ladda ner Font Export-förlängningens CRX-fil

Ladda ner Font Export-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Font Export Font Export
ID lekhnfeadcfbodpjfgejfkfihjehanie
Officiell webbadress https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie
Beskrivning Extract typography details from any website and save as a CSV file
Filstorlek 11.17 KB
Antal Installationer 93
Aktuell Version 0.0.1
Senast Uppdaterad 2023-08-01
Publiceringsdatum 2023-07-31
Utvecklare arto.product
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}