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".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
}
} | |