Font Identifier by WhatFontIs

Identify any Webfont or font (commercial or free) from any website.

Qu'est-ce que Font Identifier by WhatFontIs ?

Font Identifier by WhatFontIs est une extension Chrome développée par https://whatfontis.com, et sa fonction principale est "Identify any Webfont or font (commercial or free) from any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Font Identifier by WhatFontIs

Téléchargez les fichiers d'extension Font Identifier by WhatFontIs 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

                        We help designers (famous or not) to identify any webfont or font from any website. We can do that using the huge WhatFontIs database: 800K+ fonts indexed, free or commercial from almost any foundry. 

After identifying the font, the extension will suggest more than 60 fonts very similar in style to the one you are searching for.                    

Informations de Base sur l'Extension

Nom Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
URL Officiel https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
Description Identify any Webfont or font (commercial or free) from any website.
Taille du Fichier 280 KB
Nombre d'Installations 10,000
Version Actuelle 2.5.3
Dernière Mise à Jour 2022-11-15
Date de Publication 2020-02-21
Évaluation 3.50/5 Total 28 Évaluations
Développeur https://whatfontis.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.whatfontis.com
URL de la Page d'Aide https://www.whatfontis.com/contact.html
URL de la Page de Politique de Confidentialité https://www.whatfontis.com/terms.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Identifier by WhatFontIs",
    "version": "2.5.3",
    "description": "Identify any Webfont or font (commercial or free) from any website.",
    "browser_action": {
        "default_icon": "img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "resources\/jquery-3.3.1.min.js",
                "resources\/html2canvas.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.html",
        "img\/*"
    ],
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "64": "img\/logo.png",
        "128": "img\/logo128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "",
        "storage",
        "https:\/\/www.whatfontis.com\/*"
    ]
}