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
官方網址 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"
    }
}