Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
Vad är Google Fonts Redirector?
Google Fonts Redirector är en Chrome-tillägg utvecklad av mikebranski, och dess huvudfunktion är "This extension ensure you're always viewing the newest version of Google Fonts".
Ladda ner Google Fonts Redirector-förlängningens CRX-fil
Ladda ner Google Fonts Redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
Officiell webbadress | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
Beskrivning | This extension ensure you're always viewing the newest version of Google Fonts |
Filstorlek | 5.85 KB |
Antal Installationer | 17 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2016-08-08 |
Publiceringsdatum | 2016-08-08 |
Utvecklare | mikebranski |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mikebranski/google-fonts-redirector |
Stödda Språk | 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\/" ] } |