Font Detector
Detects font properties and styles
Font Detectorคืออะไร?
Font Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anish Nair และคุณลักษณะหลักของมันคือ "Detects font properties and styles"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Font Detector
ดาวน์โหลดไฟล์ส่วนขยาย Font Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
On any page, click on the font properties icon. A pop-up will own up as shown in the screenshot. Hover on any text on the webpage, and you will get all the font-related information of that text. Is of great help to identify font-family, font-sizes, font-weight, font-color and other font-styles applied to the text/element. To stop showing the font-properties, click on close('x' icon).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Font Detector |
ID | mohdgdcdkibdljkppnmnihdacpbpllmj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/font-detector/mohdgdcdkibdljkppnmnihdacpbpllmj |
คำอธิบาย | Detects font properties and styles |
ขนาดไฟล์ | 259 KB |
จำนวนการติดตั้ง | 4,900 |
เวอร์ชันปัจจุบัน | v1.2.1 |
อัปเดตครั้งล่าสุด | 2022-05-18 |
วันที่เผยแพร่ | 2020-01-23 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Anish Nair |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Detector", "short_name": "Font Detector", "version": "1.2.1", "version_name": "v1.2.1", "description": "Detects font properties and styles", "icons": { "16": "assets\/icons\/font-detector-logo-16.png", "48": "assets\/icons\/font-detector-logo-48.png", "128": "assets\/icons\/font-detector-logo-128.png" }, "permissions": [ "scripting", "activeTab" ], "background": { "service_worker": "js\/background.min.js" }, "manifest_version": 3, "action": { "default_icon": { "19": "assets\/icons\/font-detector-logo-19.png", "38": "assets\/icons\/font-detector-logo-38.png" } }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/font-detector-logo-38.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |