Gmail Profile Photo Enlarger

Shows gmail profile photos larger on click

Gmail Profile Photo Enlargerคืออะไร?

Gmail Profile Photo Enlarger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย teradyl และคุณลักษณะหลักของมันคือ "Shows gmail profile photos larger on click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Profile Photo Enlarger

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}