Fontify

Fontify - get your fonts right!

Fontify là gì?

Fontify là một tiện ích mở rộng Chrome được phát triển bởi borzecki.daniel, và tính năng chính của nó là "Fontify - get your fonts right!".

Ả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 Fontify

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

                        Presenting a tool dedicated for product teams looking to simplify fonts across the page. It allows you to preview and track fonts based on their features font family, size or color.

Change-log:
- 1.0.2 - copy to clipboard button / fixed random opening closed widget
- 1.0.1 - fixed problem with updating view on re-rendering
- 1.0.0 - we're launched!                    

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

Tên Fontify Fontify
ID pfcgofaibgeffbgdmpohcdkonkinnkng
URL Chính Thức https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng
Mô tả Fontify - get your fonts right!
Kích Thước Tệp 15.5 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-12-06
Ngày Phát Hành 2020-11-15
Nhà Phát Triển borzecki.daniel
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": "Fontify",
    "version": "1.0.2",
    "description": "Fontify - get your fonts right!",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon-16.png",
            "32": "images\/favicon-32.png",
            "96": "images\/favicon-96.png",
            "128": "images\/favicon-128.png"
        }
    },
    "manifest_version": 2
}