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
官方網址 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"
}