FontMe

Discover what font was used on any webpage.

FontMe là gì?

FontMe là một tiện ích mở rộng Chrome được phát triển bởi Paper Box, và tính năng chính của nó là "Discover what font was used on any webpage.".

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

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

                        FontMe makes it incredibly easy to discover the font used on any webpage. Just right click, 'FontMe', and FontMe will let you know what font is being used for that text. No more time wasted digging through a webpages CSS just to find out what that cool font is.

*Make sure to refresh any pages after installing*                    

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

Tên FontMe FontMe
ID jmflbifhkmjblfhmkpfdflfhphbinfjl
URL Chính Thức https://chromewebstore.google.com/detail/fontme/jmflbifhkmjblfhmkpfdflfhphbinfjl
Mô tả Discover what font was used on any webpage.
Kích Thước Tệp 52.82 KB
Số Lần Cài Đặt 817
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-01-18
Ngày Phát Hành 2019-12-14
Đánh Giá 2.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Paper Box
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FontMe",
    "version": "1.0.4",
    "description": "Discover what font was used on any webpage.",
    "icons": {
        "16": "images\/fmIcon16.png",
        "48": "images\/fmIcon48.png",
        "128": "images\/fmIcon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/fmIcon128.png"
        },
        "default_title": "FontMe",
        "default_popup": "html\/popup.html"
    },
    "author": "Paper Box",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.11.2.min.js",
                "js\/jFont-Checker\/jfont-checker.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.11.2.min.js",
            "js\/background.js"
        ]
    },
    "homepage_url": "http:JKJones.me",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "short_name": "FM"
}