Gmail Sunshine
Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Co je Gmail Sunshine?
Gmail Sunshine je rozšíření Chrome vyvinuté Petr Sloup, a jeho hlavní funkcí je „Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gmail Sunshine
Stáhněte si soubory rozšíření Gmail Sunshine ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Gmail Sunshine |
ID | doonmnglfbnaiahmnefjmnpbjadloaok |
Oficiální URL | https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok |
Popis | Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail! |
Velikost souboru | 27.55 KB |
Počet instalací | 78 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2019-04-17 |
Datum Vydání | 2019-04-17 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | Petr Sloup |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/petrsloup/gmail-sunshine |
Podporované Jazyky | 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 } |