Gmail UI update

Fixes a couple of things

什么是Gmail UI update?

Gmail UI update是由michelet.tristan开发的Chrome扩展程序,该扩展的主要功能是“Fixes a couple of things”。

扩展截图

screenshot

下载Gmail UI update扩展crx文件

下载Gmail UI update扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When using the multiple inboxes gmail lab plugin, the action bar is not always reachable.
This plugin fixes it by making it move to the top or the bottom depending on what's the most convenient.

See more: https://github.com/tmichelet/gmail-helper                    

扩展基本信息

名称 Gmail UI update Gmail UI update
ID iclfhanefileilkpahemhgaieoiojefp
官方URL https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp
简介 Fixes a couple of things
文件大小 4.26 KB
安装次数 32
当前版本 1.0.2
更新时间 2014-10-12
上架时间 2014-10-12
开发者 michelet.tristan
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail UI update",
    "description": "Fixes a couple of things",
    "version": "1.0.2",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}