Gmail UI update

Fixes a couple of things

Gmail UI update là gì?

Gmail UI update là một tiện ích mở rộng Chrome được phát triển bởi michelet.tristan, và tính năng chính của nó là "Fixes a couple of things".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail UI update

Tải xuống các tệp mở rộng Gmail UI update dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail UI update Gmail UI update
ID iclfhanefileilkpahemhgaieoiojefp
URL Chính Thức https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp
Mô tả Fixes a couple of things
Kích Thước Tệp 4.26 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-10-12
Ngày Phát Hành 2014-10-12
Nhà Phát Triển michelet.tristan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}