Classic Google Icons

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

O que é Classic Google Icons?

Classic Google Icons é uma extensão do Chrome desenvolvida por dangered wolf, e sua principal característica é "Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Classic Google Icons

Baixe arquivos de extensão Classic Google Icons no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Classic Google Icons Classic Google Icons
ID gdiohdhgkjainohnfhofjoebohnfknnm
URL Oficial https://chromewebstore.google.com/detail/classic-google-icons/gdiohdhgkjainohnfhofjoebohnfknnm
Descrição Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.
Tamanho do Arquivo 1.24 MB
Contagem de Instalações 1,673
Versão Atual 1.5.0
Última Atualização 2021-05-17
Data de Publicação 2020-11-06
Classificação 4.82/5 Total de 17 Avaliações
Desenvolvedor dangered wolf
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}