Font Finder

Lets you know what font is used on any website

Font Finderとは何ですか?

Font Finderはholemarybによって開発されたChromeの拡張機能で、その主な機能は「Lets you know what font is used on any website」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Click the extension icon to start identify the font

When it comes to designing a website, the choice of font is a crucial part of the process. It helps to define the overall look and feel of the website, and is often the first thing visitors will notice. Choosing the right font for a web page is essential for creating a great user experience.

Fonts are used to convey a message, evoke an emotion, or create a visual hierarchy of text. They can also make a website more visually appealing, help to organize the content, and even make it easier for visitors to read. While there are many different types of fonts to choose from, some are better suited for web pages than others.

In general, sans-serif fonts are the best choice for web pages. This type of font is clean and modern, and doesn’t include any decorative elements that could make it difficult to read. Popular sans-serif fonts include Arial, Verdana, and Helvetica.

Serif fonts, on the other hand, are a bit more traditional and feature small decorative elements at the ends of each letter. While these fonts can be appealing, they can also be more difficult to read on a screen. Popular serif fonts include Times New Roman, Georgia, and others                    

拡張機能の基本情報

名前 Font Finder Font Finder
ID cpdfnnbbbcajfhmmemckneclkkojccfl
公式URL https://chromewebstore.google.com/detail/font-finder/cpdfnnbbbcajfhmmemckneclkkojccfl
説明 Lets you know what font is used on any website
ファイルサイズ 274 KB
インストール数 224,438
現在のバージョン 4.3.1
最終更新日 2023-03-30
公開日 2022-12-07
評価 4.64/5 合計 11 レビュー
開発者 holemaryb
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "4.3.1",
    "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_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}