Font Identifier by WhatFontIs

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

Vad är Font Identifier by WhatFontIs?

Font Identifier by WhatFontIs är en Chrome-tillägg utvecklad av https://whatfontis.com, och dess huvudfunktion är "Identify any Webfont or font (commercial or free) from any website.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Font Identifier by WhatFontIs-förlängningens CRX-fil

Ladda ner Font Identifier by WhatFontIs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
Officiell webbadress https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
Beskrivning Identify any Webfont or font (commercial or free) from any website.
Filstorlek 280 KB
Antal Installationer 10,000
Aktuell Version 2.5.3
Senast Uppdaterad 2022-11-15
Publiceringsdatum 2020-02-21
Betyg 3.50/5 Totalt 28 Betyg
Utvecklare https://whatfontis.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.whatfontis.com
Hjälpsida URL https://www.whatfontis.com/contact.html
URL till Sekretesspolicy Sidan https://www.whatfontis.com/terms.html
Stödda Språk 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\/*"
    ]
}