Instant Font

Instantly switch the font of current page using Google Fonts.

Instant Font là gì?

Instant Font là một tiện ích mở rộng Chrome được phát triển bởi poe.422, và tính năng chính của nó là "Instantly switch the font of current page using Google Fonts.".

Ả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 Instant Font

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

                        You can instantly switch current page's font to Google Fonts' web font.
Also, you can input CSS selector to specify element where you want to apply font.

Instant Font gonna help your web design/development work flow!                    

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

Tên Instant Font Instant Font
ID mmodigjkaccealcndhpkmleiahmickcf
URL Chính Thức https://chrome.google.com/webstore/detail/instant-font/mmodigjkaccealcndhpkmleiahmickcf
Mô tả Instantly switch the font of current page using Google Fonts.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 405
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-11-23
Ngày Phát Hành 2016-11-23
Đánh Giá 1.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển poe.422
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Font",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "description": "Instantly switch the font of current page using Google Fonts.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "author": "Masahiro Harada",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Instant Font",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/webfont.js",
                "js\/build\/content_scripts.js"
            ]
        }
    ]
}