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 } |