Gmail Profile Photo Enlarger

Shows gmail profile photos larger on click

Wat is Gmail Profile Photo Enlarger?

Gmail Profile Photo Enlarger is een Chrome-extensie ontwikkeld door teradyl, en de belangrijkste functie is "Shows gmail profile photos larger on click".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail Profile Photo Enlarger

Download Gmail Profile Photo Enlarger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gmail Profile Photo Enlarger Gmail Profile Photo Enlarger
ID cknkdaddkogmldjfgcdfddelbbkknjol
Officiële URL https://chromewebstore.google.com/detail/gmail-profile-photo-enlar/cknkdaddkogmldjfgcdfddelbbkknjol
Beschrijving Shows gmail profile photos larger on click
Bestandsgrootte 19.64 KB
Aantal Installaties 70
Huidige Versie 0.0.1
Laatst Bijgewerkt 2023-04-29
Publicatiedatum 2023-03-22
Ontwikkelaar teradyl
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/531ade89-6ff7-4c53-8fb9-b251f6371838
Ondersteunde Talen 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"
    }
}