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" ] } |