Google Fonts Redirector

This extension ensure you're always viewing the newest version of Google Fonts

Google Fonts Redirector là gì?

Google Fonts Redirector là một tiện ích mở rộng Chrome được phát triển bởi mikebranski, và tính năng chính của nó là "This extension ensure you're always viewing the newest version of Google Fonts".

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

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

                        Simply put, this extension simply redirects you from the old Google Fonts (google.com/fonts) to the new (fonts.google.com), preserving the font (specimen) you are currently viewing if you are viewing one; otherwise, it simply takes you to the new home page.                    

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

Tên Google Fonts Redirector Google Fonts Redirector
ID fidipbbihoglcmonjdnfealklijlodae
URL Chính Thức https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae
Mô tả This extension ensure you're always viewing the newest version of Google Fonts
Kích Thước Tệp 5.85 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-08-08
Ngày Phát Hành 2016-08-08
Nhà Phát Triển mikebranski
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mikebranski/google-fonts-redirector
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Mike Branski (http:\/\/mikebranski.com\/)",
    "name": "Google Fonts Redirector",
    "description": "This extension ensure you're always viewing the newest version of Google Fonts",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.google.com\/fonts",
        "*:\/\/fonts.google.com\/"
    ]
}