WhatTheFont

Identify the fonts and typefaces in a web page.

Qu'est-ce que WhatTheFont ?

WhatTheFont est une extension Chrome développée par s.c.leblanc01, et sa fonction principale est "Identify the fonts and typefaces in a web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WhatTheFont

Téléchargez les fichiers d'extension WhatTheFont au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A simple extension that displays all of the font families used on a particular page.

This is an Alpha release, so please report any issues.

Future features:

Hover a font name in the popup and see the corresponding text on the page highlighted.
Link to font download/view page if possible.
Preview font in popup.

Thanks!

Figured I should include this: 

I'm not in any way associated with the websites that may appear in screenshots, promotional tiles, etc. These are purely for extension demonstration purposes. If you see your site here and wish for it to be taken down, please contact me, it's no trouble at all.                    

Informations de Base sur l'Extension

Nom WhatTheFont WhatTheFont
ID ncfhbklmoclkdkbjcjefomllchnakndl
URL Officiel https://chrome.google.com/webstore/detail/whatthefont/ncfhbklmoclkdkbjcjefomllchnakndl
Description Identify the fonts and typefaces in a web page.
Taille du Fichier 8.23 KB
Nombre d'Installations 10,000
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-11-03
Date de Publication 2015-11-03
Évaluation 3.14/5 Total 7 Évaluations
Développeur s.c.leblanc01
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatTheFont",
    "version": "0.0.1",
    "description": "Identify the fonts and typefaces in a web page.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "48": "icon.png"
    }
}