IdentiFont

This extension displays the font of an html element on hover.

IdentiFontとは何ですか?

IdentiFontはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension displays the font of an html element on hover.」です。

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

screenshot

IdentiFont拡張機能のCRXファイルをダウンロード

IdentiFont拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        IdentiFont helps you identify the font-faces used across the web. Simply turn on the extension, and hover over almost any block of text to see a popup containing the name of the font used. Remember to restart your browser after installing.                    

拡張機能の基本情報

名前 IdentiFont IdentiFont
ID nmmdmcgnpdhlhcaaklfkhiemkkiecpca
公式URL https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca
説明 This extension displays the font of an html element on hover.
ファイルサイズ 2.68 MB
インストール数 734
現在のバージョン 1.2
最終更新日 2016-09-24
公開日 2016-09-24
評価 4.00/5 合計 4 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IdentiFont",
    "description": "This extension displays the font of an html element on hover.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "core.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/images\/logo.png"
    }
}