Detect Font

Detect fonts used in web pages

Detect Font là gì?

Detect Font là một tiện ích mở rộng Chrome được phát triển bởi @hmarr, và tính năng chính của nó là "Detect fonts used in web pages".

Ả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 Detect Font

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

                        "What's that gorgeous font?", you ask... Well, now you'll know!

Click the icon in the browser toolbar to activate font detection mode, and hover over parts of the page to reveal which font is being used.

Unlike other font-detecting extensions, this won't ask for full access to every website you visit. It's only activated when you press the button in the toolbar, so you stay in control of your privacy.                    

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

Tên Detect Font Detect Font
ID mpljfgaicpdodihppfoolcididbkalce
URL Chính Thức https://chromewebstore.google.com/detail/detect-font/mpljfgaicpdodihppfoolcididbkalce
Mô tả Detect fonts used in web pages
Kích Thước Tệp 12.29 KB
Số Lần Cài Đặt 1,677
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-10-19
Ngày Phát Hành 2020-04-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển @hmarr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hmarr/chrome-detect-font
URL Trang Trợ Giúp https://github.com/hmarr/chrome-detect-font/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Detect Font",
    "version": "1.1",
    "author": "Harry Marr",
    "description": "Detect fonts used in web pages",
    "homepage_url": "https:\/\/github.com\/hmarr\/chrome-detect-font",
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png"
        }
    }
}