Gmail Sunshine
Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
What is Gmail Sunshine?
Gmail Sunshine is a Chrome extension developed by Petr Sloup, and its main feature is "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!".
Extension Screenshots
Download Gmail Sunshine Extension CRX File
Download Gmail Sunshine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Gmail Sunshine |
ID | doonmnglfbnaiahmnefjmnpbjadloaok |
Official URL | https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok |
Description | Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail! |
File Size | 27.55 KB |
Installation Count | 78 |
Current Version | 2.0 |
Last Updated | 2019-04-17 |
Publish Date | 2019-04-17 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Petr Sloup |
Payment Type | free |
Extension Website | https://github.com/petrsloup/gmail-sunshine |
Supported Languages | 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 } |