What Font

Identify fonts from websites that appeal to you

Wat is What Font?

What Font is een Chrome-extensie ontwikkeld door Immanuel Thomas, en de belangrijkste functie is "Identify fonts from websites that appeal to you".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie What Font

Download What Font-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

                        Chrome plugin to identify font usage on the current website.                    

Basisinformatie over de Extensie

Naam What Font What Font
ID mbmmfmfiglgpcpboljabbhlogbcpebdh
Officiële URL https://chromewebstore.google.com/detail/what-font/mbmmfmfiglgpcpboljabbhlogbcpebdh
Beschrijving Identify fonts from websites that appeal to you
Bestandsgrootte 198 KB
Aantal Installaties 2,513
Huidige Versie 1.0
Laatst Bijgewerkt 2017-06-03
Publicatiedatum 2017-06-02
Beoordeling 2.54/5 Totaal 13 Beoordelingen
Ontwikkelaar Immanuel Thomas
Betalingswijze free
Help Pagina-URL https://github.com/immanuel/what-font
Ondersteunde Talen 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"
            ]
        }
    ]
}