Classic Google Icons

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

Co je Classic Google Icons?

Classic Google Icons je rozšíření Chrome vyvinuté dangered wolf, a jeho hlavní funkcí je „Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Classic Google Icons

Stáhněte si soubory rozšíření Classic Google Icons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Classic Google Icons Classic Google Icons
ID gdiohdhgkjainohnfhofjoebohnfknnm
Oficiální URL https://chromewebstore.google.com/detail/classic-google-icons/gdiohdhgkjainohnfhofjoebohnfknnm
Popis Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.
Velikost souboru 1.24 MB
Počet instalací 1,673
Aktuální Verze 1.5.0
Poslední Aktualizace 2021-05-17
Datum Vydání 2020-11-06
Hodnocení 4.82/5 Celkem 17 Hodnocení
Vývojář dangered wolf
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}