WhatTheFont
Identify the fonts and typefaces in a web page.
WhatTheFontคืออะไร?
WhatTheFont เป็นส่วนขยายของ Chrome ที่พัฒนาโดย s.c.leblanc01 และคุณลักษณะหลักของมันคือ "Identify the fonts and typefaces in a web page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatTheFont
ดาวน์โหลดไฟล์ส่วนขยาย WhatTheFont ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension that displays all of the font families used on a particular page. This is an Alpha release, so please report any issues. Future features: Hover a font name in the popup and see the corresponding text on the page highlighted. Link to font download/view page if possible. Preview font in popup. Thanks! Figured I should include this: I'm not in any way associated with the websites that may appear in screenshots, promotional tiles, etc. These are purely for extension demonstration purposes. If you see your site here and wish for it to be taken down, please contact me, it's no trouble at all.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ncfhbklmoclkdkbjcjefomllchnakndl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whatthefont/ncfhbklmoclkdkbjcjefomllchnakndl |
คำอธิบาย | Identify the fonts and typefaces in a web page. |
ขนาดไฟล์ | 8.23 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-11-03 |
วันที่เผยแพร่ | 2015-11-03 |
คะแนน | 3.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | s.c.leblanc01 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatTheFont", "version": "0.0.1", "description": "Identify the fonts and typefaces in a web page.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "48": "icon.png" } } |