Font Identifier by WhatFontIs

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

Font Identifier by WhatFontIs là gì?

Font Identifier by WhatFontIs là một tiện ích mở rộng Chrome được phát triển bởi https://whatfontis.com, và tính năng chính của nó là "Identify any Webfont or font (commercial or free) from any website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Font Identifier by WhatFontIs

Tải xuống các tệp mở rộng Font Identifier by WhatFontIs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Font Identifier by WhatFontIs Font Identifier by WhatFontIs
ID ncjkkfbddfkkemiejpfdgjcifjmbcloc
URL Chính Thức https://chromewebstore.google.com/detail/font-identifier-by-whatfo/ncjkkfbddfkkemiejpfdgjcifjmbcloc
Mô tả Identify any Webfont or font (commercial or free) from any website.
Kích Thước Tệp 280 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.5.3
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2020-02-21
Đánh Giá 3.50/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://whatfontis.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.whatfontis.com
URL Trang Trợ Giúp https://www.whatfontis.com/contact.html
URL Trang Chính Sách Bảo Mật https://www.whatfontis.com/terms.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}