fi
A tool which gives you a quick look at `font-family` usage in a webpage.
什么是fi?
fi是由Justineo开发的Chrome扩展程序,该扩展的主要功能是“A tool which gives you a quick look at `font-family` usage in a webpage.”。
扩展截图
下载fi扩展crx文件
下载fi扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*fi* helps you learn font-family usage in a webpage. Texts inside these elements will be ignored: script, noscript, style, iframe, option. Invisible elements won't be taken into account as well, which includes those with opacity: 0, display: none and visibility: hidden. The result will sort all used font-family values by character numbers they apply to. ie. most used one will be at the top of the result list.
扩展基本信息
名称 | fi |
ID | ijieejlhfllnijjknojcklolfjllhknd |
官方URL | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
简介 | A tool which gives you a quick look at `font-family` usage in a webpage. |
文件大小 | 7.61 KB |
安装次数 | 84 |
当前版本 | 1.1.2 |
更新时间 | 2015-12-08 |
上架时间 | 2015-12-08 |
评分 | 4.50/5 共2次评分 |
开发者 | Justineo |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://justineo.github.io/fi/ |
帮助页面URL | http://justineo.github.io/fi/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fi", "description": "A tool which gives you a quick look at `font-family` usage in a webpage.", "version": "1.1.2", "icons": { "128": "128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "128": "128.png" } }, "background": { "scripts": [ "main.js" ], "persistent": false } } |