IdentiFont
This extension displays the font of an html element on hover.
O que é IdentiFont?
IdentiFont é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension displays the font of an html element on hover.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IdentiFont
Baixe arquivos de extensão IdentiFont 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
IdentiFont helps you identify the font-faces used across the web. Simply turn on the extension, and hover over almost any block of text to see a popup containing the name of the font used. Remember to restart your browser after installing.
Informações Básicas da Extensão
Nome | IdentiFont |
ID | nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
URL Oficial | https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca |
Descrição | This extension displays the font of an html element on hover. |
Tamanho do Arquivo | 2.68 MB |
Contagem de Instalações | 734 |
Versão Atual | 1.2 |
Última Atualização | 2016-09-24 |
Data de Publicação | 2016-09-24 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IdentiFont", "description": "This extension displays the font of an html element on hover.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "core.css" ], "js": [ "core.js" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": ".\/images\/logo.png" } } |