Gmail Profile Photo Enlarger

Shows gmail profile photos larger on click

O que é Gmail Profile Photo Enlarger?

Gmail Profile Photo Enlarger é uma extensão do Chrome desenvolvida por teradyl, e sua principal característica é "Shows gmail profile photos larger on click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail Profile Photo Enlarger

Baixe arquivos de extensão Gmail Profile Photo Enlarger 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

                        Ever wanted to see more details in a user's profile picture while using Gmail? Now you can! Simply tap the image and it will load the largest version available. Tap again to dismiss the larger image.                    

Informações Básicas da Extensão

Nome Gmail Profile Photo Enlarger Gmail Profile Photo Enlarger
ID cknkdaddkogmldjfgcdfddelbbkknjol
URL Oficial https://chromewebstore.google.com/detail/gmail-profile-photo-enlar/cknkdaddkogmldjfgcdfddelbbkknjol
Descrição Shows gmail profile photos larger on click
Tamanho do Arquivo 19.64 KB
Contagem de Instalações 70
Versão Atual 0.0.1
Última Atualização 2023-04-29
Data de Publicação 2023-03-22
Desenvolvedor teradyl
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/531ade89-6ff7-4c53-8fb9-b251f6371838
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail Profile Photo Enlarger",
    "description": "Shows gmail profile photos larger on click",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "GmailProfilePhotoEnlargerIcon128.png"
    }
}