Which Font Is This ?

A chrome plugin to identify fonts on websites & web pages.

Which Font Is This ?とは何ですか?

Which Font Is This ?はhttp://yassershaikh.comによって開発されたChromeの拡張機能で、その主な機能は「A chrome plugin to identify fonts on websites & web pages.」です。

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

screenshot
screenshot

Which Font Is This ?拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Important Note: You need to refresh your page once after installing this extension.

A user friendly way to find out which font, font color or background colors are in use on any website.

For any bug report/suggestion/feedback send me a mail at [email protected]                    

拡張機能の基本情報

名前 Which Font Is This ? Which Font Is This ?
ID obhkckbkndockmajpedihihnplcgchgh
公式URL https://chrome.google.com/webstore/detail/which-font-is-this/obhkckbkndockmajpedihihnplcgchgh
説明 A chrome plugin to identify fonts on websites & web pages.
ファイルサイズ 43.45 KB
インストール数 10,000
現在のバージョン 2
最終更新日 2014-04-09
公開日 2014-04-09
評価 3.18/5 合計 11 レビュー
開発者 http://yassershaikh.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://yassershaikh.com/plugins/
ヘルプページのURL http://yassershaikh.com/plugins/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2",
    "manifest_version": 2,
    "name": "Which Font Is This ?",
    "description": "A chrome plugin to identify fonts on websites & web pages.",
    "homepage_url": "http:\/\/yassershaikh.com",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "What Font Is This ?"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "css": [
                "whichfontisthis.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/localhost.com\/"
    ],
    "web_accessible_resources": [
        "whichfontisthis.css",
        "logo.png"
    ]
}