Font Finder

Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..

Font Finder là gì?

Font Finder là một tiện ích mở rộng Chrome được phát triển bởi https://artaxconsulting.com, và tính năng chính của nó là "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many 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 Finder

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

                        Best way to find font family, weight, color, etc based on the web page.

Use this font finder to detect what the font is, the font size, the font weight, and font color. Simply highlight any text on the web page you have visited, and then click the extension in your Google Chrome toolbar to see all of the details on the font you want to know more about.                    

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

Tên Font Finder Font Finder
ID ekanenkhcfehejceckfcogmfbbhadchd
URL Chính Thức https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd
Mô tả Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
Kích Thước Tệp 176 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2023-07-31
Ngày Phát Hành 2023-06-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://artaxconsulting.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://artaxconsulting.com/
URL Trang Chính Sách Bảo Mật https://artaxconsulting.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Finder",
    "description": "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.. ",
    "version": "0.0.6",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "index.html",
        "default_title": "Font Finder"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-50f5fc1f.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.ts-fb006660.js"
            ],
            "use_dynamic_url": true
        }
    ]
}