Fontify
Fontify - get your fonts right!
Fontifyคืออะไร?
Fontify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย borzecki.daniel และคุณลักษณะหลักของมันคือ "Fontify - get your fonts right!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fontify
ดาวน์โหลดไฟล์ส่วนขยาย Fontify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Presenting a tool dedicated for product teams looking to simplify fonts across the page. It allows you to preview and track fonts based on their features font family, size or color. Change-log: - 1.0.2 - copy to clipboard button / fixed random opening closed widget - 1.0.1 - fixed problem with updating view on re-rendering - 1.0.0 - we're launched!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fontify |
ID | pfcgofaibgeffbgdmpohcdkonkinnkng |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng |
คำอธิบาย | Fontify - get your fonts right! |
ขนาดไฟล์ | 15.5 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-12-06 |
วันที่เผยแพร่ | 2020-11-15 |
ผู้พัฒนา | borzecki.daniel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fontify", "version": "1.0.2", "description": "Fontify - get your fonts right!", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": { "16": "images\/favicon-16.png", "32": "images\/favicon-32.png", "96": "images\/favicon-96.png", "128": "images\/favicon-128.png" } }, "manifest_version": 2 } |