Gmail Profile Photo Enlarger

Shows gmail profile photos larger on click

What is Gmail Profile Photo Enlarger?

Gmail Profile Photo Enlarger is a Chrome extension developed by teradyl, and its main feature is "Shows gmail profile photos larger on click".

Extension Screenshots

screenshot

Download Gmail Profile Photo Enlarger Extension CRX File

Download Gmail Profile Photo Enlarger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Gmail Profile Photo Enlarger Gmail Profile Photo Enlarger
ID cknkdaddkogmldjfgcdfddelbbkknjol
Official URL https://chromewebstore.google.com/detail/gmail-profile-photo-enlar/cknkdaddkogmldjfgcdfddelbbkknjol
Description Shows gmail profile photos larger on click
File Size 19.64 KB
Installation Count 70
Current Version 0.0.1
Last Updated 2023-04-29
Publish Date 2023-03-22
Developer teradyl
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/531ade89-6ff7-4c53-8fb9-b251f6371838
Supported Languages 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"
    }
}