What Font

Identify fonts from websites that appeal to you

Cos'è What Font?

What Font è un'estensione di Chrome sviluppata da Immanuel Thomas, e la sua funzione principale è "Identify fonts from websites that appeal to you".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione What Font

Scarica i file di estensione What Font 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

                        Chrome plugin to identify font usage on the current website.                    

Informazioni di Base sull'Estensione

Nome What Font What Font
ID mbmmfmfiglgpcpboljabbhlogbcpebdh
URL Ufficiale https://chromewebstore.google.com/detail/what-font/mbmmfmfiglgpcpboljabbhlogbcpebdh
Descrizione Identify fonts from websites that appeal to you
Dimensione del File 198 KB
Conteggio Installazioni 2,513
Versione Corrente 1.0
Ultimo Aggiornamento 2017-06-03
Data di Pubblicazione 2017-06-02
Valutazione 2.54/5 Totale 13 Valutazioni
Sviluppatore Immanuel Thomas
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/immanuel/what-font
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Font",
    "short_name": "What Font",
    "description": "Identify fonts from websites that appeal to you",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "getFonts.js"
            ]
        }
    ]
}