Different Gmail Delete Button
Tweaks the Gmail web interface’s delete button.
Wat is Different Gmail Delete Button?
Different Gmail Delete Button is een Chrome-extensie ontwikkeld door Joshua Goodwin, en de belangrijkste functie is "Tweaks the Gmail web interface’s delete button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Different Gmail Delete Button
Download Different Gmail Delete Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.) Basisinformatie over de Extensie
| Naam | |
| ID | hllponefgojlmkmnahibllgombchhgia |
| Officiële URL | https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia |
| Beschrijving | Tweaks the Gmail web interface’s delete button. |
| Bestandsgrootte | 3.77 KB |
| Aantal Installaties | 101 |
| Huidige Versie | 1.5.7 |
| Laatst Bijgewerkt | 2013-04-11 |
| Publicatiedatum | 2013-04-11 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Joshua Goodwin |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |