Snapfont - Preview fonts on any page
Snapfont - Test fonts on live websites
Snapfont - Preview fonts on any pageคืออะไร?
Snapfont - Preview fonts on any page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getsnapfont.com และคุณลักษณะหลักของมันคือ "Snapfont - Test fonts on live websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snapfont - Preview fonts on any page
ดาวน์โหลดไฟล์ส่วนขยาย Snapfont - Preview fonts on any page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Snapfont is the fastest and easiest way to preview any local or Google font on a live website. Unlike other extensions, Snapfont ensures to match font weight and style to the original css so you get the best preview possible. Snapfont is used by over 1,000 Web designers and Typographers for testing, previewing and choosing fonts. --- Upgrade to Snapfont Pro to preview custom fonts. Variable fonts are supported too. Get it from here: https://gum.co/getsnapfont Features: - Upload custom fonts(Pro version only) - Preview local fonts - Preview Google fonts - Adjusts for font weights and styles automatically - Preview font page. Gives a visual preview of a particular font as well as various stats about it. More features coming soon! - Customize typography of any page via a on-screen widget. Variable font axes will be supported too. - More custom font metadata in the font previews. Read more about the updates and roadmap here: https://www.notion.so/shash7/9263762a63934830a3489d4ef3c85c24?v=d2b0a31279214a89be6162df8cdbc8a1
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Snapfont - Preview fonts on any page |
ID | nkddaimdokgdjkekmdakdaojkfaghomj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snapfont-preview-fonts-on/nkddaimdokgdjkekmdakdaojkfaghomj |
คำอธิบาย | Snapfont - Test fonts on live websites |
ขนาดไฟล์ | 4.54 MB |
จำนวนการติดตั้ง | 3,790 |
เวอร์ชันปัจจุบัน | 0.8.2 |
อัปเดตครั้งล่าสุด | 2020-07-20 |
วันที่เผยแพร่ | 2020-05-30 |
คะแนน | 4.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://getsnapfont.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://getsnapfont.com |
URL หน้าช่วยเหลือ | https://getsnapfont.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://underlineme.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "Snapfont - Test fonts on live websites", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage", "fontSettings", "activeTab" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ "data\/fonts2.json" ], "content_security_policy": "connect-src https:\/\/fonts.googleapis.com http:\/\/localhost:4000 https:\/\/api.getsnapfont.com; script-src 'self' ; object-src 'none';", "version": "0.8.2" } |