Font Detector

Detects font details on any webpage to find Fonr family, height and more

Font Detector là gì?

Font Detector là một tiện ích mở rộng Chrome được phát triển bởi fontfindertool, và tính năng chính của nó là "Detects font details on any webpage to find Fonr family, height and more".

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

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

                        Font Detective is a powerful, user-friendly browser extension that helps you discover, analyze, and preview fonts on any webpage with just a click. Explore typography like never before and quickly get font details without having to dig into the page's source code.

Key Features:

1. One-click font detection: Click the Font Detective icon to activate the font pointer. Hover over text elements on a webpage to preview the font details.
2. In-depth font analysis: Automatically extracts font details such as font family, font weight, font size, line height, font color, and font style.
3. Easy font preview: Hover over any text element to preview the font. Click on the font to display detailed information in a transparent popup.
4. Copy font details: Conveniently copy the font details to your clipboard with a single click in the font details popup.
5. Simple activation and deactivation: Enable or disable the font detection by clicking the Font Detective icon or pressing the ESC key.

How to use Font Detective:

1. Install the Font Detective extension from the Chrome Web Store.
2. Click the Font Detective icon in your browser toolbar to activate the font pointer.
3. Hover over any text element on a webpage to preview its font.
4. Click on a font to view its detailed information in a transparent popup.
5. Click the "Copy" button in the popup to copy the font details to your clipboard.
6. Press the ESC key or click the Font Detective icon again to disable the font detection.

Unleash your creativity and enhance your web design projects with Font Detective. Discover new fonts, analyze typography, and be inspired by the world of web design. Install Font Detective today and explore the web in a whole new way!                    

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

Tên Font Detector Font Detector
ID hbdlpkfejkfhdopdjikcpopgdddnjldj
URL Chính Thức https://chromewebstore.google.com/detail/font-detector/hbdlpkfejkfhdopdjikcpopgdddnjldj
Mô tả Detects font details on any webpage to find Fonr family, height and more
Kích Thước Tệp 9.9 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-05-01
Ngày Phát Hành 2023-04-17
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển fontfindertool
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Detector",
    "version": "1.0.1",
    "description": "Detects font details on any webpage to find Fonr family, height and more",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}