Font Finder 2000

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

O que é Font Finder 2000?

Font Finder 2000 é uma extensão do Chrome desenvolvida por lukaspenyok, e sua principal característica é "Identify font on a web page. Simple way to get an info what font is used".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Font Finder 2000

Baixe arquivos de extensão Font Finder 2000 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

                        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                    

Informações Básicas da Extensão

Nome Font Finder 2000 Font Finder 2000
ID ioomekeiolppedcofmidacinlpaaghel
URL Oficial https://chromewebstore.google.com/detail/font-finder-2000/ioomekeiolppedcofmidacinlpaaghel
Descrição Identify font on a web page. Simple way to get an info what font is used
Tamanho do Arquivo 176 KB
Contagem de Instalações 138
Versão Atual 1.2.0
Última Atualização 2023-07-30
Data de Publicação 2023-07-29
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor lukaspenyok
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}