Gmail Sunshine
Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!
Gmail Sunshine란 무엇입니까?
Gmail Sunshine은(는) Petr Sloup에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail!"입니다.
확장 프로그램 스크린샷
Gmail Sunshine 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Gmail Sunshine |
ID | doonmnglfbnaiahmnefjmnpbjadloaok |
공식 URL | https://chromewebstore.google.com/detail/gmail-sunshine/doonmnglfbnaiahmnefjmnpbjadloaok |
설명 | Brings the best feature from Inbox to Gmail – Sunshine when there is no new mail! |
파일 크기 | 27.55 KB |
설치 횟수 | 78 |
현재 버전 | 2.0 |
최근 업데이트 | 2019-04-17 |
출시 날짜 | 2019-04-17 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | Petr Sloup |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/petrsloup/gmail-sunshine |
지원되는 언어 | 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 } |