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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
    }
}