Font Identifier by WhatFontIs

Identify any Webfont or font (commercial or free) from any website.

O que é Font Identifier by WhatFontIs?

Font Identifier by WhatFontIs é uma extensão do Chrome desenvolvida por https://whatfontis.com, e sua principal característica é "Identify any Webfont or font (commercial or free) from any website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Font Identifier by WhatFontIs

Baixe arquivos de extensão Font Identifier by WhatFontIs 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

                        We help designers (famous or not) to identify any webfont or font from any website. We can do that using the huge WhatFontIs database: 800K+ fonts indexed, free or commercial from almost any foundry. 

After identifying the font, the extension will suggest more than 60 fonts very similar in style to the one you are searching for.                    

Informações Básicas da Extensão

Nome Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
URL Oficial https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
Descrição Identify any Webfont or font (commercial or free) from any website.
Tamanho do Arquivo 280 KB
Contagem de Instalações 10,000
Versão Atual 2.5.3
Última Atualização 2022-11-15
Data de Publicação 2020-02-21
Classificação 3.50/5 Total de 28 Avaliações
Desenvolvedor https://whatfontis.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.whatfontis.com
URL da Página de Ajuda https://www.whatfontis.com/contact.html
URL da Página de Política de Privacidade https://www.whatfontis.com/terms.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Identifier by WhatFontIs",
    "version": "2.5.3",
    "description": "Identify any Webfont or font (commercial or free) from any website.",
    "browser_action": {
        "default_icon": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "resources\/jquery-3.3.1.min.js",
                "resources\/html2canvas.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.html",
        "img\/*"
    ],
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "64": "img\/logo.png",
        "128": "img\/logo128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "",
        "storage",
        "https:\/\/www.whatfontis.com\/*"
    ]
}