Detect Font
Detect fonts used in web pages
O que é Detect Font?
Detect Font é uma extensão do Chrome desenvolvida por @hmarr, e sua principal característica é "Detect fonts used in web pages".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Detect Font
Baixe arquivos de extensão Detect Font 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
"What's that gorgeous font?", you ask... Well, now you'll know! Click the icon in the browser toolbar to activate font detection mode, and hover over parts of the page to reveal which font is being used. Unlike other font-detecting extensions, this won't ask for full access to every website you visit. It's only activated when you press the button in the toolbar, so you stay in control of your privacy.
Informações Básicas da Extensão
Nome | Detect Font |
ID | mpljfgaicpdodihppfoolcididbkalce |
URL Oficial | https://chromewebstore.google.com/detail/detect-font/mpljfgaicpdodihppfoolcididbkalce |
Descrição | Detect fonts used in web pages |
Tamanho do Arquivo | 12.29 KB |
Contagem de Instalações | 1,677 |
Versão Atual | 1.1 |
Última Atualização | 2023-10-19 |
Data de Publicação | 2020-04-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | @hmarr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/hmarr/chrome-detect-font |
URL da Página de Ajuda | https://github.com/hmarr/chrome-detect-font/issues |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Detect Font", "version": "1.1", "author": "Harry Marr", "description": "Detect fonts used in web pages", "homepage_url": "https:\/\/github.com\/hmarr\/chrome-detect-font", "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "scripting", "activeTab" ], "action": { "default_icon": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" } } } |