What Font

The easiest way to check fonts on web pages

What Fontคืออะไร?

What Font เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomxuxu และคุณลักษณะหลักของมันคือ "The easiest way to check fonts on web pages"

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

screenshot

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

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

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

                        字体探测可以非常快速的识别网站所用的字体,只需把鼠标放在需要识别的字体上,就可以显示出该处字的详细信息                    

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

ชื่อ What Font What Font
ID ofjeanmickkjincopmpbfkciiookidha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/what-font/ofjeanmickkjincopmpbfkciiookidha
คำอธิบาย The easiest way to check fonts on web pages
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 1,449
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2021-07-13
วันที่เผยแพร่ 2021-06-28
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา tomxuxu
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://pictureknow.com/protocol
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "2.0.0",
    "description": "__MSG_desc__",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/init.js",
                "js\/font_content.js",
                "js\/jquery.min.js"
            ],
            "css": [
                "css\/font_content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/init.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "__MSG_name__"
    },
    "permissions": [
        "proxy",
        "webRequest",
        "storage",
        "",
        "*:\/\/*.pictureknow.com\/*"
    ],
    "optional_permissions": [],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "zh_CN"
}