Font Identifier by WhatFontIs

Identify any Webfont or font (commercial or free) from any website.

Font Identifier by WhatFontIsคืออะไร?

Font Identifier by WhatFontIs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whatfontis.com และคุณลักษณะหลักของมันคือ "Identify any Webfont or font (commercial or free) from any website."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Font Identifier by WhatFontIs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We help designers (famous or not) to identify any webfont or font from any website. We can do that using the huge WhatFontIs database: 800K+ fonts indexed, free or commercial from almost any foundry. 

After identifying the font, the extension will suggest more than 60 fonts very similar in style to the one you are searching for.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
คำอธิบาย Identify any Webfont or font (commercial or free) from any website.
ขนาดไฟล์ 280 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.5.3
อัปเดตครั้งล่าสุด 2022-11-15
วันที่เผยแพร่ 2020-02-21
คะแนน 3.50/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา https://whatfontis.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.whatfontis.com
URL หน้าช่วยเหลือ https://www.whatfontis.com/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://www.whatfontis.com/terms.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Identifier by WhatFontIs",
    "version": "2.5.3",
    "description": "Identify any Webfont or font (commercial or free) from any website.",
    "browser_action": {
        "default_icon": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "resources\/jquery-3.3.1.min.js",
                "resources\/html2canvas.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.html",
        "img\/*"
    ],
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "64": "img\/logo.png",
        "128": "img\/logo128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "",
        "storage",
        "https:\/\/www.whatfontis.com\/*"
    ]
}