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
官方網址 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\/"
    ]
}