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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
    }
}