Fontify
Fontify - get your fonts right!
什么是Fontify?
Fontify是由borzecki.daniel开发的Chrome扩展程序,该扩展的主要功能是“Fontify - get your fonts right!”。
扩展截图
下载Fontify扩展crx文件
下载Fontify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Presenting a tool dedicated for product teams looking to simplify fonts across the page. It allows you to preview and track fonts based on their features font family, size or color.
Change-log:
- 1.0.2 - copy to clipboard button / fixed random opening closed widget
- 1.0.1 - fixed problem with updating view on re-rendering
- 1.0.0 - we're launched! 扩展基本信息
| 名称 | |
| ID | pfcgofaibgeffbgdmpohcdkonkinnkng |
| 官方URL | https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng |
| 简介 | Fontify - get your fonts right! |
| 文件大小 | 15.5 KB |
| 安装次数 | 18 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2020-12-06 |
| 上架时间 | 2020-11-15 |
| 开发者 | borzecki.daniel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fontify",
"version": "1.0.2",
"description": "Fontify - get your fonts right!",
"permissions": [
"storage",
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "options.html",
"browser_action": {
"default_icon": {
"16": "images\/favicon-16.png",
"32": "images\/favicon-32.png",
"96": "images\/favicon-96.png",
"128": "images\/favicon-128.png"
}
},
"manifest_version": 2
} | |