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"
        }
    ]
}