Which Font Is This ?

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

Wat is Which Font Is This ??

Which Font Is This ? is een Chrome-extensie ontwikkeld door http://yassershaikh.com, en de belangrijkste functie is "A chrome plugin to identify fonts on websites & web pages.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Which Font Is This ?

Download Which Font Is This ?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Which Font Is This ? Which Font Is This ?
ID obhkckbkndockmajpedihihnplcgchgh
Officiële URL https://chrome.google.com/webstore/detail/which-font-is-this/obhkckbkndockmajpedihihnplcgchgh
Beschrijving A chrome plugin to identify fonts on websites & web pages.
Bestandsgrootte 43.45 KB
Aantal Installaties 10,000
Huidige Versie 2
Laatst Bijgewerkt 2014-04-09
Publicatiedatum 2014-04-09
Beoordeling 3.18/5 Totaal 11 Beoordelingen
Ontwikkelaar http://yassershaikh.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://yassershaikh.com/plugins/
Help Pagina-URL http://yassershaikh.com/plugins/
Ondersteunde Talen 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"
    ]
}