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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |