Font Style
Font Style is a new tool for viewing your font collection from your Google Chrome.
Font Styleとは何ですか?
Font Styleはhttps://www.keymetic.comによって開発されたChromeの拡張機能で、その主な機能は「Font Style is a new tool for viewing your font collection from your Google Chrome.」です。
拡張機能のスクリーンショット
Font Style拡張機能のCRXファイルをダウンロード
Font Style拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Font Style is a new tool for viewing your font collection from your web browser. The font viewer allows you to easily review and catalog all of your installed fonts. Just install the extension and you can use chrome to test all your fonts.
拡張機能の基本情報
名前 | Font Style |
ID | ajcdhdekjnodelbjdobjeodhemkkconf |
公式URL | https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf |
説明 | Font Style is a new tool for viewing your font collection from your Google Chrome. |
ファイルサイズ | 14.53 KB |
インストール数 | 721 |
現在のバージョン | 1.0 |
最終更新日 | 2013-07-13 |
公開日 | 2013-07-13 |
評価 | 4.00/5 合計 9 レビュー |
開発者 | https://www.keymetic.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "name": "Font Style", "description": "Font Style is a new tool for viewing your font collection from your Google Chrome.", "browser_action": { "default_icon": "icon48.png", "default_title": "Font Style", "default_popup": "fontstyle.html" }, "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "fontSettings" ] } |