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
Eメール [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"
    }
}