Fontpair

Identifies which colors and fonts a website uses

Fontpair là gì?

Fontpair là một tiện ích mở rộng Chrome được phát triển bởi https://fontpair.co, và tính năng chính của nó là "Identifies which colors and fonts a website uses".

Ả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 Fontpair

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

                        Fontpair helps you identify which colors and fonts a website uses. It does this by detecting the current fonts on the website from the CSS. You can also download a screenshot of the website and share the website URL with the plugin. More updates coming soon!

fontpair.co/extension                    

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

Tên Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
URL Chính Thức https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Mô tả Identifies which colors and fonts a website uses
Kích Thước Tệp 445 KB
Số Lần Cài Đặt 9,093
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2022-06-29
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://fontpair.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fontpair.co/
URL Trang Trợ Giúp https://fontpairv2.webflow.io/extension/privacy
URL Trang Chính Sách Bảo Mật https://www.fontpair.co/extension/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fontpair",
    "description": "Identifies which colors and fonts a website uses",
    "version": "1.0",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "src\/images\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "16": "src\/images\/icon16.png",
        "48": "src\/images\/icon32.png",
        "128": "src\/images\/icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/js\/jquery-1.10.2.js",
                "src\/js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab"
    ]
}