Different Gmail Delete Button

Tweaks the Gmail web interface’s delete button.

Different Gmail Delete Button là gì?

Different Gmail Delete Button là một tiện ích mở rộng Chrome được phát triển bởi Joshua Goodwin, và tính năng chính của nó là "Tweaks the Gmail web interface’s delete button.".

Ả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 Different Gmail Delete Button

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

                        This extension replaces Gmail’s delete button’s icon with a less subtle version. (If you have chosen ‘Text’ in the ‘Button labels’ section of Gmail’s settings, it will have no effect.)                    

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

Tên Different Gmail Delete Button Different Gmail Delete Button
ID hllponefgojlmkmnahibllgombchhgia
URL Chính Thức https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia
Mô tả Tweaks the Gmail web interface’s delete button.
Kích Thước Tệp 3.77 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 1.5.7
Cập Nhật Lần Cuối 2013-04-11
Ngày Phát Hành 2013-04-11
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Joshua Goodwin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "web_accessible_resources": [
        "icon16.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Tweaks the Gmail web interface\u2019s delete button.",
    "name": "Different Gmail Delete Button",
    "permissions": [
        "*:\/\/mail.google.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.5.7"
}