Font Tester

Preview your webpage with Google Fonts

Font Tester là gì?

Font Tester là một tiện ích mở rộng Chrome được phát triển bởi hkphillips42, và tính năng chính của nó là "Preview your webpage with Google Fonts".

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

screenshot
screenshot

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

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

                        Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.                    

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

Tên Font Tester Font Tester
ID imccahjhfnnifmcmfelbcijnilebgggg
URL Chính Thức https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg
Mô tả Preview your webpage with Google Fonts
Kích Thước Tệp 297 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-05-05
Ngày Phát Hành 2023-05-05
Nhà Phát Triển hkphillips42
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hunterphillips/font-tester
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Tester",
    "description": "Preview your webpage with Google Fonts",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}