IdentiFont

This extension displays the font of an html element on hover.

IdentiFont là gì?

IdentiFont là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension displays the font of an html element on hover.".

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

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

                        IdentiFont helps you identify the font-faces used across the web. Simply turn on the extension, and hover over almost any block of text to see a popup containing the name of the font used. Remember to restart your browser after installing.                    

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

Tên IdentiFont IdentiFont
ID nmmdmcgnpdhlhcaaklfkhiemkkiecpca
URL Chính Thức https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca
Mô tả This extension displays the font of an html element on hover.
Kích Thước Tệp 2.68 MB
Số Lần Cài Đặt 734
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-09-24
Ngày Phát Hành 2016-09-24
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
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": 2,
    "name": "IdentiFont",
    "description": "This extension displays the font of an html element on hover.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "core.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/images\/logo.png"
    }
}