Hide 'Delete' Quick Action for GMail

Hide delete quick action button in GMail and say no to unwanted email deletions.

Hide 'Delete' Quick Action for GMailคืออะไร?

Hide 'Delete' Quick Action for GMail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย L0g1cbreak และคุณลักษณะหลักของมันคือ "Hide delete quick action button in GMail and say no to unwanted email deletions."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide 'Delete' Quick Action for GMail

ดาวน์โหลดไฟล์ส่วนขยาย Hide 'Delete' Quick Action for GMail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        While using Gmail, there are a few or no occasions when you want to actually delete your email. With unlimited space, we rather archive messages we want to hide from main inbox. GMail interface provides quick action for each email, where Archive is next to Delete. By accidentally clicking Delete, you woun't be able to find your email by global search - even though your email is still present in your Trash for next 30 day after deletion! This extension helps you to avoid such situation by hiding Delete quick action button from action menu. Happy archiving!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hide 'Delete' Quick Action for GMail Hide 'Delete' Quick Action for GMail
ID bfefopmemefmnhiihkcoffefofogkban
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-delete-quick-action/bfefopmemefmnhiihkcoffefofogkban
คำอธิบาย Hide delete quick action button in GMail and say no to unwanted email deletions.
ขนาดไฟล์ 88.73 KB
จำนวนการติดตั้ง 127
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-04-02
วันที่เผยแพร่ 2020-04-02
ผู้พัฒนา L0g1cbreak
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide 'Delete' Quick Action for GMail",
    "author": "Michal Weiser ",
    "version": "1.0",
    "description": "Hide delete quick action button in GMail and say no to unwanted email deletions.",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png",
        "256": "icon_256.png",
        "512": "icon_512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "manifest_version": 2
}