Gmail Sunshine
Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Vad är Gmail Sunshine?
Gmail Sunshine är en Chrome-tillägg utvecklad av Petr Sloup, och dess huvudfunktion är "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!".
Tilläggsskärmbilder
Ladda ner Gmail Sunshine-förlängningens CRX-fil
Ladda ner Gmail Sunshine-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
Now that the Google Inbox is being discontinued, we are forced to go back to using the old Gmail. However, the most important feature is missing -- the great feeling of seeing the sun when you have successfully gone through all your incoming email and have no more work to do. This extension solves this issue. Source code at https://github.com/petrsloup/gmail-sunshine
Grundläggande Information om Tillägg
Namn | Gmail Sunshine |
ID | doonmnglfbnaiahmnefjmnpbjadloaok |
Officiell webbadress | https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok |
Beskrivning | Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail! |
Filstorlek | 27.55 KB |
Antal Installationer | 78 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2019-04-17 |
Publiceringsdatum | 2019-04-17 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | Petr Sloup |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/petrsloup/gmail-sunshine |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Sunshine", "description": "Brings the best feature from Inbox to Gmail \u2013 Sunshine when there is no new mail!", "version": "2.0", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/mail.google.com\/" ], "manifest_version": 2 } |