Font Export
Extract typography details from any website and save as a CSV file
Hvad er Font Export?
Font Export er en Chrome-udvidelse udviklet af arto.product, og dens hovedfunktion er "Extract typography details from any website and save as a CSV file".
Udvidelsesskærmbilleder
Download Font Export-udvidelses-CRX-fil
Download Font Export-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Font Export |
ID | lekhnfeadcfbodpjfgejfkfihjehanie |
Officiel URL | https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie |
Beskrivelse | Extract typography details from any website and save as a CSV file |
Filstørrelse | 11.17 KB |
Antal Installationer | 93 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2023-08-01 |
Udgivelsesdato | 2023-07-31 |
Udvikler | arto.product |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |