Font Identifier by WhatFontIs

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

Wat is Font Identifier by WhatFontIs?

Font Identifier by WhatFontIs is een Chrome-extensie ontwikkeld door https://whatfontis.com, en de belangrijkste functie is "Identify any Webfont or font (commercial or free) from any website.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Font Identifier by WhatFontIs

Download Font Identifier by WhatFontIs-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

                        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.                    

Basisinformatie over de Extensie

Naam Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
Officiële URL https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
Beschrijving Identify any Webfont or font (commercial or free) from any website.
Bestandsgrootte 280 KB
Aantal Installaties 10,000
Huidige Versie 2.5.3
Laatst Bijgewerkt 2022-11-15
Publicatiedatum 2020-02-21
Beoordeling 3.50/5 Totaal 28 Beoordelingen
Ontwikkelaar https://whatfontis.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.whatfontis.com
Help Pagina-URL https://www.whatfontis.com/contact.html
URL van de Privacybeleid Pagina https://www.whatfontis.com/terms.html
Ondersteunde Talen 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\/*"
    ]
}