What Font

Now you can easily identify any font on the page.

¿Qué es What Font?

What Font es una extensión de Chrome desarrollada por ivanonisipov, y su función principal es "Now you can easily identify any font on the page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión What Font

Descarga archivos de extensión What Font 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

                        Whatfont extension is a perfect solution to your problem. This extension can be very useful for testers and developers in situations where you need to find those elements that are set with the wrong font family names. The define font extension for chrome browser give you information about font name and family.  What font extension allows you to scan certain webpage and see the unique font names. It`s pretty easy to work with this app. All you need is to click on the extension icon on chrome toolbar and click “start scan” button. You can also get information about font’s style, size, weight, line height. Color code of the selected font will also be displayed in the extension window. So the whatfont extension has a number of useful features that you can get absolutely for free. 
Find font is not available on system pages and does not work in Chrome Web Store due to security restrictions!
Join the community of users who already enjoy define font extension. After installation you can easily identify any font on the page with just one click. What font extension for Chrome is called to make your life easier and save you some precious time. It’s easy to install, pretty easy to use and easy to remove. Download find font extension and get the job done.                    

Información Básica de la Extensión

Nombre What Font What Font
ID fmfgbopohghcgcnikjphmdbgengkoine
URL Oficial https://chrome.google.com/webstore/detail/what-font/fmfgbopohghcgcnikjphmdbgengkoine
Descripción Now you can easily identify any font on the page.
Tamaño del Archivo 210 KB
Cantidad de Instalaciones 10,000
Versión Actual 1.7
Última Actualización 2022-06-01
Fecha de Publicación 2021-04-14
Calificación 1.50/5 Total de 4 Calificaciones
Desarrollador ivanonisipov
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.7",
    "description": "Now you can easily identify any font on the page.",
    "icons": {
        "128": "kolesikoBarabana\/soldatenok\/puppiesBox.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "static\/vienna\/jquery.min.js",
            "static\/vienna\/html2canvas.min.js",
            "logovoDrakona\/grozaVDerevne.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "128": "kolesikoBarabana\/keramika\/ugly.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/dojdiUPodnojiya\/fontman.js",
                "static\/vienna\/jquery.min.js",
                "static\/vienna\/html2canvas.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "mainCss.css"
    ],
    "permissions": [
        "",
        "storage"
    ]
}