Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
Qu'est-ce que Google Fonts Redirector ?
Google Fonts Redirector est une extension Chrome développée par mikebranski, et sa fonction principale est "This extension ensure you're always viewing the newest version of Google Fonts".
Télécharger le fichier CRX de l'extension Google Fonts Redirector
Téléchargez les fichiers d'extension Google Fonts Redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
URL Officiel | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
Description | This extension ensure you're always viewing the newest version of Google Fonts |
Taille du Fichier | 5.85 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-08-08 |
Date de Publication | 2016-08-08 |
Développeur | mikebranski |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mikebranski/google-fonts-redirector |
Langues Prises en Charge | 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\/" ] } |