Gmail Classic Button

Add a button to gmail standard view to switch to basic html view.

Gmail Classic Button là gì?

Gmail Classic Button là một tiện ích mở rộng Chrome được phát triển bởi sherro92, và tính năng chính của nó là "Add a button to gmail standard view to switch to basic html view.".

Ả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 Classic Button

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

                        Add a link to gmail in the top right corner which takes you to the classic HTML version of gmail. Use when gmail loads but doesn't respond or otherwise doesn't work reliably in standard view some of the time, but you don't want to make the basic view the default.                    

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

Tên Gmail Classic Button Gmail Classic Button
ID npgkldbmkgmjcegpcejmbaeoejppbedm
URL Chính Thức https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm
Mô tả Add a button to gmail standard view to switch to basic html view.
Kích Thước Tệp 96.67 KB
Số Lần Cài Đặt 339
Phiên Bản Hiện Tại 0.10
Cập Nhật Lần Cuối 2014-10-15
Ngày Phát Hành 2014-10-15
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sherro92
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 Classic Button",
    "short_name": "gmailclassicbtn",
    "version": "0.10",
    "description": "Add a button to gmail standard view to switch to basic html view.",
    "background": {
        "scripts": [
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmailswitcher.js"
            ]
        }
    ],
    "icons": {
        "32": "icon32.png"
    }
}