Gmail Sunshine
Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Co to jest Gmail Sunshine?
Gmail Sunshine to rozszerzenie Chrome opracowane przez Petr Sloup, a jego główną funkcją jest „Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail Sunshine
Pobierz pliki rozszerzeń Gmail Sunshine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Gmail Sunshine |
ID | doonmnglfbnaiahmnefjmnpbjadloaok |
Oficjalny URL | https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok |
Opis | Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail! |
Rozmiar pliku | 27.55 KB |
Liczba instalacji | 78 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2019-04-17 |
Data Publikacji | 2019-04-17 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | Petr Sloup |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/petrsloup/gmail-sunshine |
Obsługiwane Języki | 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 } |