Gmail Classic Theme

An extension for reverting Gmail to the Classic Theme

Gmail Classic Theme là gì?

Gmail Classic Theme là một tiện ích mở rộng Chrome được phát triển bởi Andrew Powell @shellscape, và tính năng chính của nó là "An extension for reverting Gmail to the Classic Theme".

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

screenshot
screenshot

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

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

                        What Google giveth, Google taketh away. Google has recently forced a UI update upon the users of Gmail. Unfortunately, not everyone thinks it's an improvement. Installing this extension will revert the UI of Gmail to the previous "Classic" theme. The theme is based on the actual CSS from the previous UI and makes no additions or subjective changes.

This extension is open source. You can review or contribute to the code for this extension here: https://github.com/shellscape/gmail-classic.

Release info and change-log can be found here: https://github.com/shellscape/gmail-classic/releases.                    

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

Tên Gmail Classic Theme Gmail Classic Theme
ID cokholnilkppcchlfepienmlbafkjplj
URL Chính Thức https://chrome.google.com/webstore/detail/gmail-classic-theme/cokholnilkppcchlfepienmlbafkjplj
Mô tả An extension for reverting Gmail to the Classic Theme
Kích Thước Tệp 17.38 KB
Số Lần Cài Đặt 994
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2018-11-19
Ngày Phát Hành 2018-11-19
Đánh Giá 4.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Andrew Powell @shellscape
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/shellscape/gmail-classic
URL Trang Trợ Giúp https://github.com/shellscape/gmail-classic
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "Gmail Classic Theme",
    "short_name": "Gmail Classic Theme",
    "version": "0.1.1",
    "description": "An extension for reverting Gmail to the Classic Theme",
    "homepage_url": "http:\/\/github.com\/shellscape\/gmail-classic",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Andrew Powell (shellscape)",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "\/assets\/16.png",
            "38": "\/assets\/48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "gmail.css"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/16.png",
        "32": "\/assets\/32.png",
        "48": "\/assets\/48.png",
        "64": "\/assets\/64.png",
        "128": "\/assets\/128.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/mail.google.com\/"
    ]
}