Font Identifier by WhatFontIs

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

Τι είναι το Font Identifier by WhatFontIs;

Το Font Identifier by WhatFontIs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://whatfontis.com, και η κύρια λειτουργία του είναι "Identify any Webfont or font (commercial or free) from any website.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Font Identifier by WhatFontIs

Λήψη αρχείων επέκτασης Font Identifier by WhatFontIs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
Επίσημο URL https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
Περιγραφή Identify any Webfont or font (commercial or free) from any website.
Μέγεθος Αρχείου 280 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 2.5.3
Τελευταία Ενημέρωση 2022-11-15
Ημερομηνία Δημοσίευσης 2020-02-21
Αξιολόγηση 3.50/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής https://whatfontis.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.whatfontis.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.whatfontis.com/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.whatfontis.com/terms.html
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}