Smooth Fonts

This lightweight extension significantly improves font rendering on computers running OS X.

Smooth Fonts là gì?

Smooth Fonts là một tiện ích mở rộng Chrome được phát triển bởi James Edmonston, và tính năng chính của nó là "This lightweight extension significantly improves font rendering on computers running OS X.".

Ả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 Smooth Fonts

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

                                            

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

Tên Smooth Fonts Smooth Fonts
ID jomdmdadhphmnkfocajhglgmhfmeajef
URL Chính Thức https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef
Mô tả This lightweight extension significantly improves font rendering on computers running OS X.
Kích Thước Tệp 2.84 KB
Số Lần Cài Đặt 905
Phiên Bản Hiện Tại 10.1.2
Cập Nhật Lần Cuối 2016-05-11
Ngày Phát Hành 2016-05-11
Đánh Giá 4.14/5 Tổng số 28 Đánh Giá
Nhà Phát Triển James Edmonston
Loại Thanh Toán free
Trang Web Mở Rộng http://ethercreative.co.uk
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smooth Fonts",
    "description": "This lightweight extension significantly improves font rendering on computers running OS X.",
    "version": "10.1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}