Classic Google Icons

Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.

Qu'est-ce que Classic Google Icons ?

Classic Google Icons est une extension Chrome développée par dangered wolf, et sa fonction principale est "Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Classic Google Icons

Téléchargez les fichiers d'extension Classic Google Icons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Classic Google Icons Classic Google Icons
ID gdiohdhgkjainohnfhofjoebohnfknnm
URL Officiel https://chromewebstore.google.com/detail/classic-google-icons/gdiohdhgkjainohnfhofjoebohnfknnm
Description Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.
Taille du Fichier 1.24 MB
Nombre d'Installations 1,673
Version Actuelle 1.5.0
Dernière Mise à Jour 2021-05-17
Date de Publication 2020-11-06
Évaluation 4.82/5 Total 17 Évaluations
Développeur dangered wolf
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}