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是由Pamela Fox开发的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扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |