Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
Cos'è Google Fonts Redirector?
Google Fonts Redirector è un'estensione di Chrome sviluppata da mikebranski, e la sua funzione principale è "This extension ensure you're always viewing the newest version of Google Fonts".
Scarica il file CRX dell'estensione Google Fonts Redirector
Scarica i file di estensione Google Fonts Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
URL Ufficiale | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
Descrizione | This extension ensure you're always viewing the newest version of Google Fonts |
Dimensione del File | 5.85 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-08-08 |
Data di Pubblicazione | 2016-08-08 |
Sviluppatore | mikebranski |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mikebranski/google-fonts-redirector |
Lingue Supportate | 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\/" ] } |