Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
What is Google Fonts Redirector?
Google Fonts Redirector is a Chrome extension developed by mikebranski, and its main feature is "This extension ensure you're always viewing the newest version of Google Fonts".
Download Google Fonts Redirector Extension CRX File
Download Google Fonts Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
Official URL | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
Description | This extension ensure you're always viewing the newest version of Google Fonts |
File Size | 5.85 KB |
Installation Count | 17 |
Current Version | 1.0.1 |
Last Updated | 2016-08-08 |
Publish Date | 2016-08-08 |
Developer | mikebranski |
Payment Type | free |
Extension Website | https://github.com/mikebranski/google-fonts-redirector |
Supported Languages | 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\/" ] } |