Google Fonts Redirector

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

Was ist Google Fonts Redirector?

Google Fonts Redirector ist eine Chrome-Erweiterung, die von mikebranski entwickelt wurde, und ihr Hauptmerkmal ist "This extension ensure you're always viewing the newest version of Google Fonts".

Google Fonts Redirector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Fonts Redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Fonts Redirector Google Fonts Redirector
ID fidipbbihoglcmonjdnfealklijlodae
Offizielle URL https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae
Beschreibung This extension ensure you're always viewing the newest version of Google Fonts
Dateigröße 5.85 KB
Installationsanzahl 17
Aktuelle Version 1.0.1
Letztes Update 2016-08-08
Veröffentlichungsdatum 2016-08-08
Entwickler mikebranski
Zahlungsart free
Erweiterungswebsite https://github.com/mikebranski/google-fonts-redirector
Unterstützte Sprachen 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\/"
    ]
}