Font Finder 2000

Identify font on a web page. Simple way to get an info what font is used

¿Qué es Font Finder 2000?

Font Finder 2000 es una extensión de Chrome desarrollada por lukaspenyok, y su función principal es "Identify font on a web page. Simple way to get an info what font is used".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Font Finder 2000

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

                        Enable the extension by clicking to the extension's icon on the top right corner.

Click to the word on a webpage to see the detailed description of a font. You can inspect any font on any website and get info about color, font family, size and other.

Click to the extension icon to enable it and then choose any word on a webpage to get information about its font.

When it comes to designing for the web, finding the right font can make or break a website. Fonts play an important role in how a website looks and feels, and the wrong font can make a website look outdated or unprofessional. But how can you find the perfect font for your website?

With the extension Find Font 2000 you are able to detect the font size, color, family and other just by clicking on the word on the web page. 

Click to the word on a webpage to see the detailed description of a font. You can inspect any font on any website and get info about color, font family, size and other.

Click to the extension icon to enable it and then choose any word on a webpage to get information about its font

Click to the word on a webpage to see the detailed description of a font. You can inspect any font on any website and get info about color, font family, size and other.

Click to the extension icon to enable it and then choose any word on a webpage to get information about its font.

When it comes to designing for the web, finding the right font can make or break a website. Fonts play an important role in how a website looks and feels, and the wrong font can make a website look outdated or unprofessional. But how can you find the perfect font for your website?

The first step is to do some research. Look at websites in your industry or with a similar aesthetic to yours and see what fonts they are using. You can also use a tool like WhatFonts to identify the font used on a website. This can be especially helpful if you are trying to replicate a font you like.

Once you have identified a few fonts you like, you can then look for them on font websites such as Font Squirrel or Google Fonts. These sites provide you with a variety of fonts, both free and paid, to choose from. When selecting a font, make sure to look at the different styles available as well as the licensing restrictions.

You can also use an online font generator to create your own custom font. These tools let you adjust the size, weight, and other characteristics of a font to create a unique look for your website. However, keep in mind that these fonts may not be supported by all browsers.

Find font on the web page easily .

Find font on the website.

What font on the web page easily .

What font on the website.

Detect font on a web page

Identify font

Find font on the web page easily .

Find font on the website.

What font on the web page easily .

What font on the website.

Detect font on a web page

Identify font

Find font on the web page easily .

Find font on the website.

What font on the web page easily .

What font on the website.

Detect font on a web page

Identify font                    

Información Básica de la Extensión

Nombre Font Finder 2000 Font Finder 2000
ID ioomekeiolppedcofmidacinlpaaghel
URL Oficial https://chromewebstore.google.com/detail/font-finder-2000/ioomekeiolppedcofmidacinlpaaghel
Descripción Identify font on a web page. Simple way to get an info what font is used
Tamaño del Archivo 176 KB
Cantidad de Instalaciones 138
Versión Actual 1.2.0
Última Actualización 2023-07-30
Fecha de Publicación 2023-07-29
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador lukaspenyok
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "helpers.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_desc__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}