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 là gì?
Google Font Previewer for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Pamela Fox, và tính năng chính của nó là "Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Font Previewer for Chrome
Tải xuống các tệp mở rộng Google Font Previewer for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Font Previewer for Chrome |
ID | engndlnldodigdjamndkplafgmkkencc |
URL Chính Thức | https://chromewebstore.google.com/detail/google-font-previewer-for/engndlnldodigdjamndkplafgmkkencc |
Mô tả | Choose a font from the Google Font directory with a few text styling options and preview the font styles on the current tab. |
Kích Thước Tệp | 45.88 KB |
Số Lần Cài Đặt | 41,463 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2022-07-04 |
Ngày Phát Hành | 2016-05-06 |
Đánh Giá | 4.20/5 Tổng số 265 Đánh Giá |
Nhà Phát Triển | Pamela Fox |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pamelafox/font-previewer-extension |
URL Trang Trợ Giúp | https://github.com/pamelafox/font-previewer-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |