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. 擴展基本資訊
| 名稱 | |
| ID | ijieejlhfllnijjknojcklolfjllhknd |
| 官方網址 | 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
}
} | |