Google Fonts Redirector

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

O que é Google Fonts Redirector?

Google Fonts Redirector é uma extensão do Chrome desenvolvida por mikebranski, e sua principal característica é "This extension ensure you're always viewing the newest version of Google Fonts".

Baixar o arquivo CRX da Extensão Google Fonts Redirector

Baixe arquivos de extensão Google Fonts Redirector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Fonts Redirector Google Fonts Redirector
ID fidipbbihoglcmonjdnfealklijlodae
URL Oficial https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae
Descrição This extension ensure you're always viewing the newest version of Google Fonts
Tamanho do Arquivo 5.85 KB
Contagem de Instalações 17
Versão Atual 1.0.1
Última Atualização 2016-08-08
Data de Publicação 2016-08-08
Desenvolvedor mikebranski
Tipo de Pagamento free
Site da Extensão https://github.com/mikebranski/google-fonts-redirector
Idiomas Suportados 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\/"
    ]
}