Google Font Previewer for Chrome
Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.
Google Font Previewer for Chromeคืออะไร?
Google Font Previewer for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pamela Fox และคุณลักษณะหลักของมันคือ "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Font Previewer for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Google Font Previewer for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lets you choose a font from the Google Font API directory, and apply that font to the entire page or a specified CSS selector to see how it looks. Useful when you're designing a website and want to quickly find a font that will look good. If you always use the same fonts, you can star them for quick access.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Font Previewer for Chrome |
ID | engndlnldodigdjamndkplafgmkkencc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-font-previewer-for/engndlnldodigdjamndkplafgmkkencc |
คำอธิบาย | Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab. |
ขนาดไฟล์ | 45.88 KB |
จำนวนการติดตั้ง | 41,463 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2022-07-04 |
วันที่เผยแพร่ | 2016-05-06 |
คะแนน | 4.20/5 รวมทั้งหมด 265 คะแนน |
ผู้พัฒนา | Pamela Fox |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/pamelafox/font-previewer-extension |
URL หน้าช่วยเหลือ | https://github.com/pamelafox/font-previewer-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Font Previewer for Chrome", "version": "3.0.0", "manifest_version": 3, "description": "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Changes the page font to desired Google Font API face.", "default_icon": { "19": "icon_toolbar.png", "38": "[email protected]" }, "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/www.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' https:\/\/fonts.googleapis.com" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |