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文件
下载Gmail Sunshine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |