Different Gmail Delete Button
Tweaks the Gmail web interface’s delete button.
Vad är Different Gmail Delete Button?
Different Gmail Delete Button är en Chrome-tillägg utvecklad av Joshua Goodwin, och dess huvudfunktion är "Tweaks the Gmail web interface’s delete button.".
Tilläggsskärmbilder
Ladda ner Different Gmail Delete Button-förlängningens CRX-fil
Ladda ner Different Gmail Delete Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.)
Grundläggande Information om Tillägg
Namn | Different Gmail Delete Button |
ID | hllponefgojlmkmnahibllgombchhgia |
Officiell webbadress | https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia |
Beskrivning | Tweaks the Gmail web interface’s delete button. |
Filstorlek | 3.77 KB |
Antal Installationer | 101 |
Aktuell Version | 1.5.7 |
Senast Uppdaterad | 2013-04-11 |
Publiceringsdatum | 2013-04-11 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | Joshua Goodwin |
Betalningssätt | free |
Stödda Språk | 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" } |