Google Fonts Redirector

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

Co to jest Google Fonts Redirector?

Google Fonts Redirector to rozszerzenie Chrome opracowane przez mikebranski, a jego główną funkcją jest „This extension ensure you're always viewing the newest version of Google Fonts”.

Pobierz plik CRX rozszerzenia Google Fonts Redirector

Pobierz pliki rozszerzeń Google Fonts Redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Fonts Redirector Google Fonts Redirector
ID fidipbbihoglcmonjdnfealklijlodae
Oficjalny URL https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae
Opis This extension ensure you're always viewing the newest version of Google Fonts
Rozmiar pliku 5.85 KB
Liczba instalacji 17
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-08-08
Data Publikacji 2016-08-08
Deweloper mikebranski
Typ Płatności free
Strona Rozszerzenia https://github.com/mikebranski/google-fonts-redirector
Obsługiwane Języki 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\/"
    ]
}