Gmail Profile Photo Enlarger

Shows gmail profile photos larger on click

什么是Gmail Profile Photo Enlarger?

Gmail Profile Photo Enlarger是由teradyl开发的Chrome扩展程序,该扩展的主要功能是“Shows gmail profile photos larger on click”。

扩展截图

screenshot

下载Gmail Profile Photo Enlarger扩展crx文件

下载Gmail Profile Photo Enlarger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Gmail Profile Photo Enlarger Gmail Profile Photo Enlarger
ID cknkdaddkogmldjfgcdfddelbbkknjol
官方URL https://chromewebstore.google.com/detail/gmail-profile-photo-enlar/cknkdaddkogmldjfgcdfddelbbkknjol
简介 Shows gmail profile photos larger on click
文件大小 19.64 KB
安装次数 70
当前版本 0.0.1
更新时间 2023-04-29
上架时间 2023-03-22
开发者 teradyl
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.freeprivacypolicy.com/live/531ade89-6ff7-4c53-8fb9-b251f6371838
支持的语言 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"
    }
}