WhatTheFont

Identify the fonts and typefaces in a web page.

WhatTheFont là gì?

WhatTheFont là một tiện ích mở rộng Chrome được phát triển bởi s.c.leblanc01, và tính năng chính của nó là "Identify the fonts and typefaces in a web page.".

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

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

                        A simple extension that displays all of the font families used on a particular page.

This is an Alpha release, so please report any issues.

Future features:

Hover a font name in the popup and see the corresponding text on the page highlighted.
Link to font download/view page if possible.
Preview font in popup.

Thanks!

Figured I should include this: 

I'm not in any way associated with the websites that may appear in screenshots, promotional tiles, etc. These are purely for extension demonstration purposes. If you see your site here and wish for it to be taken down, please contact me, it's no trouble at all.                    

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

Tên WhatTheFont WhatTheFont
ID ncfhbklmoclkdkbjcjefomllchnakndl
URL Chính Thức https://chrome.google.com/webstore/detail/whatthefont/ncfhbklmoclkdkbjcjefomllchnakndl
Mô tả Identify the fonts and typefaces in a web page.
Kích Thước Tệp 8.23 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-11-03
Ngày Phát Hành 2015-11-03
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển s.c.leblanc01
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": "WhatTheFont",
    "version": "0.0.1",
    "description": "Identify the fonts and typefaces in a web page.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "48": "icon.png"
    }
}