Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
Wat is Google Fonts Redirector?
Google Fonts Redirector is een Chrome-extensie ontwikkeld door mikebranski, en de belangrijkste functie is "This extension ensure you're always viewing the newest version of Google Fonts".
Download het CRX-bestand van de extensie Google Fonts Redirector
Download Google Fonts Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
Officiële URL | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
Beschrijving | This extension ensure you're always viewing the newest version of Google Fonts |
Bestandsgrootte | 5.85 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-08-08 |
Publicatiedatum | 2016-08-08 |
Ontwikkelaar | mikebranski |
Betalingswijze | free |
Extensiewebsite | https://github.com/mikebranski/google-fonts-redirector |
Ondersteunde Talen | 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\/" ] } |