What Font - find font

Lets you know what font is used on any website

What Font - find font là gì?

What Font - find font là một tiện ích mở rộng Chrome được phát triển bởi sjki.genji, và tính năng chính của nó là "Lets you know what font is used on any website".

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

screenshot
screenshot

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

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

                        어떤 웹 사이트에서 어떤 글꼴이 사용되는지 알 수 있습니다.                    

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

Tên What Font - find font What Font - find font
ID aoicmjiknpcgkhgeobpfaljpidnnloll
URL Chính Thức https://chromewebstore.google.com/detail/what-font-find-font/aoicmjiknpcgkhgeobpfaljpidnnloll
Mô tả Lets you know what font is used on any website
Kích Thước Tệp 215 KB
Số Lần Cài Đặt 9,283
Phiên Bản Hiện Tại 5.3.9
Cập Nhật Lần Cuối 2021-02-22
Ngày Phát Hành 2021-02-21
Nhà Phát Triển sjki.genji
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/html2canvas.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon\/icon128.png",
            "256": "icon\/icon256.png",
            "76": "icon\/icon76.png",
            "96": "icon\/icon96.png"
        },
        "default_title": "MyWhatFontManager"
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery.js",
                "chrome.js",
                "libs\/html2canvas.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon\/icon128.png",
        "256": "icon\/icon256.png",
        "48": "icon\/icon48.png",
        "96": "icon\/icon96.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "option.html",
    "permissions": [
        "*:\/\/*\/*",
        "",
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "short_name": "WhatFont",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.3.9",
    "version_name": "5.3.9",
    "web_accessible_resources": [
        "style.css",
        "in.css",
        "icon\/*.png"
    ]
}