Different Gmail Delete Button
Tweaks the Gmail web interface’s delete button.
Co to jest Different Gmail Delete Button?
Different Gmail Delete Button to rozszerzenie Chrome opracowane przez Joshua Goodwin, a jego główną funkcją jest „Tweaks the Gmail web interface’s delete button.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Different Gmail Delete Button
Pobierz pliki rozszerzeń Different Gmail Delete Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hllponefgojlmkmnahibllgombchhgia |
| Oficjalny URL | https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia |
| Opis | Tweaks the Gmail web interface’s delete button. |
| Rozmiar pliku | 3.77 KB |
| Liczba instalacji | 101 |
| Aktualna Wersja | 1.5.7 |
| Ostatnia Aktualizacja | 2013-04-11 |
| Data Publikacji | 2013-04-11 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | Joshua Goodwin |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |