Google Fonts Redirector

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

什么是Google Fonts Redirector?

Google Fonts Redirector是由mikebranski开发的Chrome扩展程序,该扩展的主要功能是“This extension ensure you're always viewing the newest version of Google Fonts”。

下载Google Fonts Redirector扩展crx文件

下载Google Fonts Redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Google Fonts Redirector Google Fonts Redirector
ID fidipbbihoglcmonjdnfealklijlodae
官方URL https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae
简介 This extension ensure you're always viewing the newest version of Google Fonts
文件大小 5.85 KB
安装次数 17
当前版本 1.0.1
更新时间 2016-08-08
上架时间 2016-08-08
开发者 mikebranski
付费类型 free
扩展官网 https://github.com/mikebranski/google-fonts-redirector
支持的语言 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\/"
    ]
}