Font Detector
Detects font properties and styles
O que é Font Detector?
Font Detector é uma extensão do Chrome desenvolvida por Anish Nair, e sua principal característica é "Detects font properties and styles".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Font Detector
Baixe arquivos de extensão Font Detector 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
On any page, click on the font properties icon. A pop-up will own up as shown in the screenshot. Hover on any text on the webpage, and you will get all the font-related information of that text. Is of great help to identify font-family, font-sizes, font-weight, font-color and other font-styles applied to the text/element. To stop showing the font-properties, click on close('x' icon).
Informações Básicas da Extensão
Nome | Font Detector |
ID | mohdgdcdkibdljkppnmnihdacpbpllmj |
URL Oficial | https://chromewebstore.google.com/detail/font-detector/mohdgdcdkibdljkppnmnihdacpbpllmj |
Descrição | Detects font properties and styles |
Tamanho do Arquivo | 259 KB |
Contagem de Instalações | 4,900 |
Versão Atual | v1.2.1 |
Última Atualização | 2022-05-18 |
Data de Publicação | 2020-01-23 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Anish Nair |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Detector", "short_name": "Font Detector", "version": "1.2.1", "version_name": "v1.2.1", "description": "Detects font properties and styles", "icons": { "16": "assets\/icons\/font-detector-logo-16.png", "48": "assets\/icons\/font-detector-logo-48.png", "128": "assets\/icons\/font-detector-logo-128.png" }, "permissions": [ "scripting", "activeTab" ], "background": { "service_worker": "js\/background.min.js" }, "manifest_version": 3, "action": { "default_icon": { "19": "assets\/icons\/font-detector-logo-19.png", "38": "assets\/icons\/font-detector-logo-38.png" } }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/font-detector-logo-38.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |