Font Tester
Preview your webpage with Google Fonts
O que é Font Tester?
Font Tester é uma extensão do Chrome desenvolvida por hkphillips42, e sua principal característica é "Preview your webpage with Google Fonts".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Font Tester
Baixe arquivos de extensão Font Tester 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
Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.
Informações Básicas da Extensão
Nome | Font Tester |
ID | imccahjhfnnifmcmfelbcijnilebgggg |
URL Oficial | https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg |
Descrição | Preview your webpage with Google Fonts |
Tamanho do Arquivo | 297 KB |
Contagem de Instalações | 63 |
Versão Atual | 0.0.1 |
Última Atualização | 2023-05-05 |
Data de Publicação | 2023-05-05 |
Desenvolvedor | hkphillips42 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/hunterphillips/font-tester |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Font Tester", "description": "Preview your webpage with Google Fonts", "version": "0.0.1", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |