Different Gmail Delete Button

Tweaks the Gmail web interface’s delete button.

Different Gmail Delete Buttonคืออะไร?

Different Gmail Delete Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joshua Goodwin และคุณลักษณะหลักของมันคือ "Tweaks the Gmail web interface’s delete button."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Different Gmail Delete Button

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}