Which Font Is This ?

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

What is Which Font Is This ??

Which Font Is This ? is a Chrome extension developed by http://yassershaikh.com, and its main feature is "A chrome plugin to identify fonts on websites & web pages.".

Extension Screenshots

screenshot
screenshot

Download Which Font Is This ? Extension CRX File

Download Which Font Is This ? 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

                        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]                    

Extension Basic Information

Name Which Font Is This ? Which Font Is This ?
ID obhkckbkndockmajpedihihnplcgchgh
Official URL https://chrome.google.com/webstore/detail/which-font-is-this/obhkckbkndockmajpedihihnplcgchgh
Description A chrome plugin to identify fonts on websites & web pages.
File Size 43.45 KB
Installation Count 10,000
Current Version 2
Last Updated 2014-04-09
Publish Date 2014-04-09
Rating 3.18/5 Total 11 Ratings
Developer http://yassershaikh.com
Email [email protected]
Payment Type free
Extension Website http://yassershaikh.com/plugins/
Help Page URL http://yassershaikh.com/plugins/
Supported Languages 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"
    ]
}