Font Export
Extract typography details from any website and save as a CSV file
O que é Font Export?
Font Export é uma extensão do Chrome desenvolvida por arto.product, e sua principal característica é "Extract typography details from any website and save as a CSV file".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Font Export
Baixe arquivos de extensão Font Export no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Font Export |
ID | lekhnfeadcfbodpjfgejfkfihjehanie |
URL Oficial | https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie |
Descrição | Extract typography details from any website and save as a CSV file |
Tamanho do Arquivo | 11.17 KB |
Contagem de Instalações | 93 |
Versão Atual | 0.0.1 |
Última Atualização | 2023-08-01 |
Data de Publicação | 2023-07-31 |
Desenvolvedor | arto.product |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |