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 |
电子邮箱 | [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" ] } ] } |