Gmail Compact

Improve Gmail's new look and remove futile white spaces with keyboard shortcuts (make sure display density is set to compact)

Gmail Compact là gì?

Gmail Compact là một tiện ích mở rộng Chrome được phát triển bởi albert7275, và tính năng chính của nó là "Improve Gmail's new look and remove futile white spaces with keyboard shortcuts (make sure display density is set to compact)".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Gmail Compact 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

                        Full history details @ http://userscripts.org/scripts/show/117234

This script is perfect for laptops and small sized screens!

FEATURES
· Remove all ads and feedback
· Fast access to Google+
· Hide annoying yellow notifications
· Adjust attachment position
· Display labels as folder name
· Align labels to right side
· Minimize labels and hover to expand
· Minimize chat windows when opening emails or composes
· Minimize compose drafts when opening emails or composes
· Normalize email contents
· Hide Google maps info within emails
· Hide reply or forward section
· Hide unread labels count
· Hide 'not starred' icons
· Hide footer section
· Show unread message count on favicon
· Sound notification and do not disturb mode
· Toggle favicon when new chat messages are received
· Use shortcut key to hide Navigation Bar
· Use shortcut key to hide Search Bar
· Use shortcut key to hide People Widget
· Use shortcut key to hide Left Panel



Gmail Compact has already been featured on Lifehacker back in its debut.

Google has committed a new style and look for Gmail on November 1st, 2011. Do you feel like the compact look is incomplete? This extension improves and completes the look and field of the compact view. Tired of seeing the top black bar and annoying ads? Let this script be your best friend and hide that banner and those ads. Enjoy!                    

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

Tên Gmail Compact Gmail Compact
ID ocgmlabbjbpfjcalgnhhffadjhenhlkp
URL Chính Thức https://chrome.google.com/webstore/detail/gmail-compact/ocgmlabbjbpfjcalgnhhffadjhenhlkp
Mô tả Improve Gmail's new look and remove futile white spaces with keyboard shortcuts (make sure display density is set to compact)
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 592
Phiên Bản Hiện Tại 3.2.11
Cập Nhật Lần Cuối 2014-04-15
Ngày Phát Hành 2014-04-15
Đánh Giá 4.09/5 Tổng số 32 Đánh Giá
Nhà Phát Triển albert7275
Loại Thanh Toán free
Trang Web Mở Rộng https://plus.google.com/101174873120843371938/
Ngôn Ngữ Được Hỗ Trợ en,fr,es,es-419,hu,pl,pt-PT,zh-CN,ko
manifest.json
{
    "name": "Gmail Compact",
    "description": "Improve Gmail's new look and remove futile white spaces with keyboard shortcuts (make sure display density is set to compact)",
    "default_locale": "en",
    "version": "3.2.11",
    "manifest_version": 2,
    "minimum_chrome_version": "26",
    "icons": {
        "16": "img\/icons\/gcflat-16.png",
        "32": "img\/icons\/gcflat-32.png",
        "48": "img\/icons\/gcflat-48.png",
        "64": "img\/icons\/gcflat-64.png"
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/gc00.css",
                "css\/gc01.css",
                "css\/gc02.css",
                "css\/gc03.css",
                "css\/gc04.css",
                "css\/gc05.css",
                "css\/gc06.css",
                "css\/gc07.css",
                "css\/gc08.css"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/apis.google.com\/*",
                "*:\/\/*.googleusercontent.com\/gadgets\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/gc04.css"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/plus.google.com\/u\/0\/_\/streamwidgets\/canvas*",
                "*:\/\/plus.google.com\/u\/0\/_\/notifications\/frame*",
                "*:\/\/talkgadget.google.com\/u\/0\/talkgadget\/_\/frame*"
            ],
            "all_frames": true,
            "css": [
                "css\/gc06.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/md5.js",
                "js\/native.js",
                "config\/default.js",
                "globals.js",
                "img\/favicons.js",
                "js\/animation.js",
                "js\/chrome.js",
                "js\/helper.js",
                "js\/mutation.js",
                "js\/mutationsummary.js",
                "js\/class\/gmail.class.js",
                "js\/class\/gmailcompact.class.js",
                "js\/class\/gmailcompactsettings.class.js",
                "js\/init.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "manifest.json",
        "_locales\/en\/messages.json",
        "_locales\/es\/messages.json",
        "_locales\/fr\/messages.json",
        "_locales\/hu\/messages.json",
        "_locales\/jp\/messages.json",
        "_locales\/ko\/messages.json",
        "_locales\/pl\/messages.json",
        "_locales\/pt_PT\/messages.json",
        "_locales\/zh_CN\/messages.json",
        "audio\/gc-mail.ogg",
        "img\/help\/ads.gif",
        "img\/help\/attachpos.gif",
        "img\/help\/chatmin.gif",
        "img\/help\/composemin.gif",
        "img\/help\/contactcard.gif",
        "img\/help\/extend.gif",
        "img\/help\/focus.gif",
        "img\/help\/foldername.gif",
        "img\/help\/footer.gif",
        "img\/help\/googlebar.gif",
        "img\/help\/gplus.gif",
        "img\/help\/labelmin.gif",
        "img\/help\/labelpos.gif",
        "img\/help\/left.gif",
        "img\/help\/menuhard.gif",
        "img\/help\/menusoft.gif",
        "img\/help\/nonstarhide.gif",
        "img\/help\/normalize.gif",
        "img\/help\/notify.gif",
        "img\/help\/replyforward.gif",
        "img\/help\/searchbar.gif",
        "img\/help\/unreadcount.gif",
        "img\/help\/usechaticon.gif",
        "img\/help\/usemailicon.gif",
        "img\/icons\/help-11.png",
        "img\/icons\/play-16.png",
        "img\/icons\/playing-17x15.gif",
        "img\/icons\/gcflat-32.png",
        "img\/icons\/gcflat-32-naked.png",
        "img\/social\/facebook-logo-naked.png",
        "img\/social\/gplus-logo-naked.png",
        "img\/social\/paypal-logo-naked.png",
        "img\/social\/twitter-logo-naked.png"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}