Different Gmail Delete Button

Tweaks the Gmail web interface’s delete button.

什么是Different Gmail Delete Button?

Different Gmail Delete Button是由Joshua Goodwin开发的Chrome扩展程序,该扩展的主要功能是“Tweaks the Gmail web interface’s delete button.”。

扩展截图

screenshot

下载Different Gmail Delete Button扩展crx文件

下载Different Gmail Delete Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.)                    

扩展基本信息

名称 Different Gmail Delete Button Different Gmail Delete Button
ID hllponefgojlmkmnahibllgombchhgia
官方URL https://chromewebstore.google.com/detail/different-gmail-delete-bu/hllponefgojlmkmnahibllgombchhgia
简介 Tweaks the Gmail web interface’s delete button.
文件大小 3.77 KB
安装次数 101
当前版本 1.5.7
更新时间 2013-04-11
上架时间 2013-04-11
评分 3.00/5 共2次评分
开发者 Joshua Goodwin
付费类型 free
支持的语言 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"
}