Different Gmail Delete Button
Tweaks the Gmail web interface’s delete button.
Что такое Different Gmail Delete Button?
Different Gmail Delete Button - это расширение Chrome, разработанное Joshua Goodwin, и его основная функция - "Tweaks the Gmail web interface’s delete button.".
Снимки экрана расширения
Скачать файл CRX расширения Different Gmail Delete Button
Скачайте файлы расширений Different Gmail Delete Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension replaces Gmail’s delete button’s icon with a less subtle version. (If you have chosen ‘Text’ in the ‘Button labels’ section of Gmail’s settings, it will have no effect.) Основная информация о расширении
| Название | |
| ID | hllponefgojlmkmnahibllgombchhgia |
| Официальный URL | https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia |
| Описание | Tweaks the Gmail web interface’s delete button. |
| Размер файла | 3.77 KB |
| Количество установок | 101 |
| Текущая Версия | 1.5.7 |
| Последнее Обновление | 2013-04-11 |
| Дата публикации | 2013-04-11 |
| Рейтинг | 3.00/5 Всего 2 оценок |
| Разработчик | Joshua Goodwin |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"web_accessible_resources": [
"icon16.png"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Tweaks the Gmail web interface\u2019s delete button.",
"name": "Different Gmail Delete Button",
"permissions": [
"*:\/\/mail.google.com\/"
],
"icons": {
"48": "icon48.png",
"128": "icon128.png",
"16": "icon16.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"all_frames": true,
"css": [
"css.css"
]
}
],
"manifest_version": 2,
"version": "1.5.7"
} | |