Font Finder

Lets you know what font is used on any website

Font Finderคืออะไร?

Font Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย holemaryb และคุณลักษณะหลักของมันคือ "Lets you know what font is used on any website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Font Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}