Font Finder 2000

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

Font Finder 2000とは何ですか?

Font Finder 2000はlukaspenyokによって開発されたChromeの拡張機能で、その主な機能は「Identify font on a web page. Simple way to get an info what font is used」です。

拡張機能のスクリーンショット

screenshot
screenshot

Font Finder 2000拡張機能のCRXファイルをダウンロード

Font Finder 2000拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Font Finder 2000 Font Finder 2000
ID ioomekeiolppedcofmidacinlpaaghel
公式URL https://chromewebstore.google.com/detail/font-finder-2000/ioomekeiolppedcofmidacinlpaaghel
説明 Identify font on a web page. Simple way to get an info what font is used
ファイルサイズ 176 KB
インストール数 138
現在のバージョン 1.2.0
最終更新日 2023-07-30
公開日 2023-07-29
評価 5.00/5 合計 4 レビュー
開発者 lukaspenyok
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}