Typography Inspector

Typography Inspector analyses the typography on your site and helps you improve it.

Typography Inspector là gì?

Typography Inspector là một tiện ích mở rộng Chrome được phát triển bởi Bram Stein, và tính năng chính của nó là "Typography Inspector analyses the typography on your site and helps you improve it.".

Ả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 Typography Inspector

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

                        Use Typography Inspector to show how close your line width and line height are to the recommended setting for an average paragraph. It can also show you the typographic color of your text elements.                    

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

Tên Typography Inspector Typography Inspector
ID mbbnlbimlnfachlfnjnolpehiimhbjjm
URL Chính Thức https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm
Mô tả Typography Inspector analyses the typography on your site and helps you improve it.
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 2,162
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-04-03
Ngày Phát Hành 2017-04-03
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Bram Stein
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Typography Inspector",
    "description": "Typography Inspector analyses the typography on your site and helps you improve it.",
    "manifest_version": 2,
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Analyse this typography on this page",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}