TypeTab

I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.

TypeTab là gì?

TypeTab là một tiện ích mở rộng Chrome được phát triển bởi Max Schultz, và tính năng chính của nó là "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TypeTab

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

                        Only fonts with more than one type style are considered, thanks to @mattwiebe's excellent Better Google Fonts.

Big thanks to the Google Web Fonts Team and contributing type designers!                    

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

Tên TypeTab TypeTab
ID giapplkalkkgdamjfbdheocincffbeka
URL Chính Thức https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka
Mô tả I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Kích Thước Tệp 47.97 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-10-13
Ngày Phát Hành 2013-10-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Max Schultz
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MaxSchultz/TypeTab/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TypeTab",
    "author": "https:\/\/github.com\/MaxSchultz",
    "manifest_version": 2,
    "version": "1.3",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.",
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}