Classic Google Icons
Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.
Τι είναι το Classic Google Icons;
Το Classic Google Icons είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dangered wolf, και η κύρια λειτουργία του είναι "Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Classic Google Icons
Λήψη αρχείων επέκτασης Classic Google Icons σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hate Google's new icons? Revert them using Classic Google Icons. This replaces the page favicons, as well as the icons within the webpage, of apps like Gmail, Drive, and Maps. This extension is not affiliated in any way with Google LLC, and all trademarks are property of their respective owners.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Classic Google Icons |
ID | gdiohdhgkjainohnfhofjoebohnfknnm |
Επίσημο URL | https://chromewebstore.google.com/detail/classic-google-icons/gdiohdhgkjainohnfhofjoebohnfknnm |
Περιγραφή | Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps. |
Μέγεθος Αρχείου | 1.24 MB |
Αριθμός Εγκαταστάσεων | 1,673 |
Τρέχουσα Έκδοση | 1.5.0 |
Τελευταία Ενημέρωση | 2021-05-17 |
Ημερομηνία Δημοσίευσης | 2020-11-06 |
Αξιολόγηση | 4.82/5 Συνολικά 17 Αξιολογήσεις |
Προγραμματιστής | dangered wolf |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.5.0", "name": "Classic Google Icons", "description": "Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.", "author": "dangeredwolf", "icons": { "16": "Icon16.png", "24": "Icon24.png", "32": "Icon32.png", "48": "Icon48.png", "64": "Icon64.png", "128": "Icon128.png", "256": "Icon256.png", "512": "Icon512.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.gstatic.com\/*", "https:\/\/*.google.com\/*", "https:\/\/*.googleusercontent.com\/*" ], "web_accessible_resources": [ "images\/*" ] } |