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 |
| 官方網址 | 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"
}
} | |