Inbox Layout for Gmail
Making Gmail look more like Inbox
什么是Inbox Layout for Gmail?
Inbox Layout for Gmail是由jakbox开发的Chrome扩展程序,该扩展的主要功能是“Making Gmail look more like Inbox”。
扩展截图
下载Inbox Layout for Gmail扩展crx文件
下载Inbox Layout for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Emulates the layout of Inbox in Gmail - Works with the latest Gmail UI (late 2018) - Works with all Gmail inbox configurations (priority inbox, tabs, preview pane) - Plays nice with Gmail themes (backgrounds / styles from the settings cog) - Plays nice with Gmail plugins and labs
扩展基本信息
名称 | Inbox Layout for Gmail |
ID | mpfambbegmagappbaekoffohgljakfkl |
官方URL | https://chromewebstore.google.com/detail/inbox-layout-for-gmail/mpfambbegmagappbaekoffohgljakfkl |
简介 | Making Gmail look more like Inbox |
文件大小 | 9.05 KB |
安装次数 | 66 |
当前版本 | 0.1.1 |
更新时间 | 2019-04-08 |
上架时间 | 2019-04-07 |
开发者 | jakbox |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox Layout for Gmail", "version": "0.1.1", "description": "Making Gmail look more like Inbox", "icons": { "48": "icon.png" }, "content_scripts": [ { "js": [ "util.js", "content.js" ], "css": [ "gbox.css" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "manifest_version": 2 } |