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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |