fi
A tool which gives you a quick look at `font-family` usage in a webpage.
What is fi?
fi is a Chrome extension developed by Justineo, and its main feature is "A tool which gives you a quick look at `font-family` usage in a webpage.".
Extension Screenshots
Download fi Extension CRX File
Download fi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
*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.
Extension Basic Information
Name | fi |
ID | ijieejlhfllnijjknojcklolfjllhknd |
Official URL | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
Description | A tool which gives you a quick look at `font-family` usage in a webpage. |
File Size | 7.61 KB |
Installation Count | 84 |
Current Version | 1.1.2 |
Last Updated | 2015-12-08 |
Publish Date | 2015-12-08 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Justineo |
[email protected] | |
Payment Type | free |
Extension Website | http://justineo.github.io/fi/ |
Help Page URL | http://justineo.github.io/fi/issues |
Supported Languages | 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 } } |