Gmail inbox zero background
Makes your inbox zero pretty with a new beautiful image from unsplash every day
Gmail inbox zero backgroundとは何ですか?
Gmail inbox zero backgroundはdvfurlongによって開発されたChromeの拡張機能で、その主な機能は「Makes your inbox zero pretty with a new beautiful image from unsplash every day」です。
拡張機能のスクリーンショット
Gmail inbox zero background拡張機能のCRXファイルをダウンロード
Gmail inbox zero background拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When you hit inbox zero in a gmail inbox you will see a beautiful image, a new one every day. Just like in superhuman!
拡張機能の基本情報
名前 | Gmail inbox zero background |
ID | fadepmbdhojcogdjcihbhdcbfpacdbdg |
公式URL | https://chromewebstore.google.com/detail/gmail-inbox-zero-backgrou/fadepmbdhojcogdjcihbhdcbfpacdbdg |
説明 | Makes your inbox zero pretty with a new beautiful image from unsplash every day |
ファイルサイズ | 20.34 KB |
インストール数 | 88 |
現在のバージョン | 0.0.3 |
最終更新日 | 2021-01-26 |
公開日 | 2020-04-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | dvfurlong |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.davidfurlong.me |
ヘルプページのURL | https://www.davidfurlong.me |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail inbox zero background", "version": "0.0.3", "manifest_version": 2, "description": "Makes your inbox zero pretty with a new beautiful image from unsplash every day", "homepage_url": "https:\/\/www.davidfurlong.me", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |