Font Identifier by WhatFontIs

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

Cos'è Font Identifier by WhatFontIs?

Font Identifier by WhatFontIs è un'estensione di Chrome sviluppata da https://whatfontis.com, e la sua funzione principale è "Identify any Webfont or font (commercial or free) from any website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Font Identifier by WhatFontIs

Scarica i file di estensione Font Identifier by WhatFontIs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
URL Ufficiale https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
Descrizione Identify any Webfont or font (commercial or free) from any website.
Dimensione del File 280 KB
Conteggio Installazioni 10,000
Versione Corrente 2.5.3
Ultimo Aggiornamento 2022-11-15
Data di Pubblicazione 2020-02-21
Valutazione 3.50/5 Totale 28 Valutazioni
Sviluppatore https://whatfontis.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.whatfontis.com
URL della Pagina di Aiuto https://www.whatfontis.com/contact.html
URL della Pagina della Politica sulla Privacy https://www.whatfontis.com/terms.html
Lingue Supportate 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\/*"
    ]
}