gInbox
Bring some Google Inbox style to Gmail
gInboxとは何ですか?
gInboxはhttp://ginbox.emailによって開発されたChromeの拡張機能で、その主な機能は「Bring some Google Inbox style to Gmail」です。
拡張機能のスクリーンショット
gInbox拡張機能のCRXファイルをダウンロード
gInbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Since Inbox by Google went away in March 2019 (😭), we've been missing its clean look and feel. So we came up with a simple Chrome Extension that helps you organize gmail so it looks like Inbox! We've ported over some of the beloved styles, and you'll notice messages are now organized into sections of day and month instead of one long mess. Now, get back to work!
拡張機能の基本情報
名前 | |
ID | fmhbjlennfjniebkmmkpdgklhepoeona |
公式URL | https://chrome.google.com/webstore/detail/ginbox/fmhbjlennfjniebkmmkpdgklhepoeona |
説明 | Bring some Google Inbox style to Gmail |
ファイルサイズ | 27.67 KB |
インストール数 | 104 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-04-05 |
公開日 | 2019-04-05 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | http://ginbox.email |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ginbox.email |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gInbox", "short_name": "gInbox", "version": "0.0.1", "manifest_version": 2, "description": "Bring some Google Inbox style to Gmail", "homepage_url": "https:\/\/www.ginbox.email\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contentSettings", "https:\/\/mail.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |