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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}