What Font

Identify fonts from websites that appeal to you

What Fontคืออะไร?

What Font เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Immanuel Thomas และคุณลักษณะหลักของมันคือ "Identify fonts from websites that appeal to you"

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

screenshot
screenshot

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

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

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

                        Chrome plugin to identify font usage on the current website.                    

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

ชื่อ What Font What Font
ID mbmmfmfiglgpcpboljabbhlogbcpebdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/what-font/mbmmfmfiglgpcpboljabbhlogbcpebdh
คำอธิบาย Identify fonts from websites that appeal to you
ขนาดไฟล์ 198 KB
จำนวนการติดตั้ง 2,513
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-06-03
วันที่เผยแพร่ 2017-06-02
คะแนน 2.54/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Immanuel Thomas
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/immanuel/what-font
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Font",
    "short_name": "What Font",
    "description": "Identify fonts from websites that appeal to you",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "getFonts.js"
            ]
        }
    ]
}