Google Fonts Redirector
This extension ensure you're always viewing the newest version of Google Fonts
Τι είναι το Google Fonts Redirector;
Το Google Fonts Redirector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mikebranski, και η κύρια λειτουργία του είναι "This extension ensure you're always viewing the newest version of Google Fonts".
Λήψη αρχείου CRX της επέκτασης Google Fonts Redirector
Λήψη αρχείων επέκτασης Google Fonts Redirector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | fidipbbihoglcmonjdnfealklijlodae |
Επίσημο URL | https://chrome.google.com/webstore/detail/google-fonts-redirector/fidipbbihoglcmonjdnfealklijlodae |
Περιγραφή | This extension ensure you're always viewing the newest version of Google Fonts |
Μέγεθος Αρχείου | 5.85 KB |
Αριθμός Εγκαταστάσεων | 17 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2016-08-08 |
Ημερομηνία Δημοσίευσης | 2016-08-08 |
Προγραμματιστής | mikebranski |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/mikebranski/google-fonts-redirector |
Υποστηριζόμενες Γλώσσες | 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\/" ] } |