Previewer for Google Fonts

Easily sample Google fonts on any web page.

Previewer for Google Fonts là gì?

Previewer for Google Fonts là một tiện ích mở rộng Chrome được phát triển bởi Ryan Hanson, và tính năng chính của nó là "Easily sample Google fonts on any web page.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        ▪ Filter by name, style, and weight.
▪ Apply different fonts to multiple CSS selectors.
▪ Add your favorite fonts to a list.
▪ Optionally store fonts in the local cache to boost performance and reduce requests.                    

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

Tên Previewer for Google Fonts Previewer for Google Fonts
ID fcoejgdpakegcdbcchpgdopdopfgcglm
URL Chính Thức https://chromewebstore.google.com/detail/previewer-for-google-font/fcoejgdpakegcdbcchpgdopdopfgcglm
Mô tả Easily sample Google fonts on any web page.
Kích Thước Tệp 52.87 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-10-22
Ngày Phát Hành 2021-10-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ryan Hanson
Email [email protected]
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": "Previewer for Google Fonts",
    "description": "Easily sample Google fonts on any web page.",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage"
    ]
}