fi
A tool which gives you a quick look at `font-family` usage in a webpage.
O que é fi?
fi é uma extensão do Chrome desenvolvida por Justineo, e sua principal característica é "A tool which gives you a quick look at `font-family` usage in a webpage.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão fi
Baixe arquivos de extensão fi 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
*fi* helps you learn font-family usage in a webpage. Texts inside these elements will be ignored: script, noscript, style, iframe, option. Invisible elements won't be taken into account as well, which includes those with opacity: 0, display: none and visibility: hidden. The result will sort all used font-family values by character numbers they apply to. ie. most used one will be at the top of the result list.
Informações Básicas da Extensão
Nome | fi |
ID | ijieejlhfllnijjknojcklolfjllhknd |
URL Oficial | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
Descrição | A tool which gives you a quick look at `font-family` usage in a webpage. |
Tamanho do Arquivo | 7.61 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.1.2 |
Última Atualização | 2015-12-08 |
Data de Publicação | 2015-12-08 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | Justineo |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://justineo.github.io/fi/ |
URL da Página de Ajuda | http://justineo.github.io/fi/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fi", "description": "A tool which gives you a quick look at `font-family` usage in a webpage.", "version": "1.1.2", "icons": { "128": "128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "128": "128.png" } }, "background": { "scripts": [ "main.js" ], "persistent": false } } |