Font Identifier by WhatFontIs

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

Co je Font Identifier by WhatFontIs?

Font Identifier by WhatFontIs je rozšíření Chrome vyvinuté https://whatfontis.com, a jeho hlavní funkcí je „Identify any Webfont or font (commercial or free) from any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Font Identifier by WhatFontIs

Stáhněte si soubory rozšíření Font Identifier by WhatFontIs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
Oficiální URL https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
Popis Identify any Webfont or font (commercial or free) from any website.
Velikost souboru 280 KB
Počet instalací 10,000
Aktuální Verze 2.5.3
Poslední Aktualizace 2022-11-15
Datum Vydání 2020-02-21
Hodnocení 3.50/5 Celkem 28 Hodnocení
Vývojář https://whatfontis.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.whatfontis.com
URL Stránky Nápovědy https://www.whatfontis.com/contact.html
URL Stránky Zásad Ochrany Soukromí https://www.whatfontis.com/terms.html
Podporované Jazyky 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\/*"
    ]
}