WhatFont - What html font

WhatFont helps you identify the font on a web page, html font size, color, font family

WhatFont - What html font là gì?

WhatFont - What html font là một tiện ích mở rộng Chrome được phát triển bởi fontlucker, và tính năng chính của nó là "WhatFont helps you identify the font on a web page, html font size, color, font family".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatFont - What html font

Tải xuống các tệp mở rộng WhatFont - What html font 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

                        Easily detect any html fonts on a web page from your favorite sites using the What font chrome extension.

What font chrome is very easy to use. First you need to open the page from which you need to identify the font. Then click the extension icon in your browser, hover your mouse over the text whose font you want to identify and the modal window that appears will have all the information: html font size, color, font family.

WhatFont will be useful for web designers, marketers, and developers and is useful for quickly getting information about all the fonts on a web page. In the near future, we are planning to implement the function of the font identifier in the image. And the ability to download the selected font.                    

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

Tên WhatFont - What html font WhatFont - What html font
ID iceonohalfbfcldenclcjafcpboiplfo
URL Chính Thức https://chromewebstore.google.com/detail/whatfont-what-html-font/iceonohalfbfcldenclcjafcpboiplfo
Mô tả WhatFont helps you identify the font on a web page, html font size, color, font family
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 12,052
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2022-12-16
Ngày Phát Hành 2021-02-03
Đánh Giá 4.77/5 Tổng số 35 Đánh Giá
Nhà Phát Triển fontlucker
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pl,pt-PT,ru,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "0.0.7",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "html2canvas.min.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/icon48.png"
    },
    "permissions": [],
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "background": {
        "service_worker": "bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wf.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}