IdentiFont

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

Qu'est-ce que IdentiFont ?

IdentiFont est une extension Chrome développée par Unknown, et sa fonction principale est "This extension displays the font of an html element on hover.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension IdentiFont 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

                        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.                    

Informations de Base sur l'Extension

Nom IdentiFont IdentiFont
ID nmmdmcgnpdhlhcaaklfkhiemkkiecpca
URL Officiel https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca
Description This extension displays the font of an html element on hover.
Taille du Fichier 2.68 MB
Nombre d'Installations 734
Version Actuelle 1.2
Dernière Mise à Jour 2016-09-24
Date de Publication 2016-09-24
Évaluation 4.00/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}