What Font

Identify fonts from websites that appeal to you

Hvad er What Font?

What Font er en Chrome-udvidelse udviklet af Immanuel Thomas, og dens hovedfunktion er "Identify fonts from websites that appeal to you".

Udvidelsesskærmbilleder

screenshot
screenshot

Download What Font-udvidelses-CRX-fil

Download What Font-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Chrome plugin to identify font usage on the current website.                    

Grundlæggende oplysninger om udvidelsen

Navn What Font What Font
ID mbmmfmfiglgpcpboljabbhlogbcpebdh
Officiel URL https://chromewebstore.google.com/detail/what-font/mbmmfmfiglgpcpboljabbhlogbcpebdh
Beskrivelse Identify fonts from websites that appeal to you
Filstørrelse 198 KB
Antal Installationer 2,513
Nuværende Version 1.0
Senest Opdateret 2017-06-03
Udgivelsesdato 2017-06-02
Bedømmelse 2.54/5 Samlet 13 Bedømmelser
Udvikler Immanuel Thomas
Betalingsmetode free
Hjælpeside-URL https://github.com/immanuel/what-font
Understøttede Sprog 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"
            ]
        }
    ]
}