Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
Co je Google Fonts Redirector?
Google Fonts Redirector je rozšíření Chrome vyvinuté mikebranski, a jeho hlavní funkcí je „This extension ensure you're always viewing the newest version of Google Fonts“.
Stáhnout soubor CRX rozšíření Google Fonts Redirector
Stáhněte si soubory rozšíření Google Fonts Redirector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
Oficiální URL | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
Popis | This extension ensure you're always viewing the newest version of Google Fonts |
Velikost souboru | 5.85 KB |
Počet instalací | 17 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2016-08-08 |
Datum Vydání | 2016-08-08 |
Vývojář | mikebranski |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/mikebranski/google-fonts-redirector |
Podporované Jazyky | 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\/" ] } |