Font Identifier by WhatFontIs

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

¿Qué es Font Identifier by WhatFontIs?

Font Identifier by WhatFontIs es una extensión de Chrome desarrollada por https://whatfontis.com, y su función principal es "Identify any Webfont or font (commercial or free) from any website.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Font Identifier by WhatFontIs

Descarga archivos de extensión Font Identifier by WhatFontIs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
URL Oficial https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
Descripción Identify any Webfont or font (commercial or free) from any website.
Tamaño del Archivo 280 KB
Cantidad de Instalaciones 10,000
Versión Actual 2.5.3
Última Actualización 2022-11-15
Fecha de Publicación 2020-02-21
Calificación 3.50/5 Total de 28 Calificaciones
Desarrollador https://whatfontis.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.whatfontis.com
URL de la Página de Ayuda https://www.whatfontis.com/contact.html
URL de la Página de Política de Privacidad https://www.whatfontis.com/terms.html
Idiomas Soportados 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\/*"
    ]
}