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はL0g1cbreakによって開発されたChromeの拡張機能で、その主な機能は「Hide delete quick action button in GMail and say no to unwanted email deletions.」です。

拡張機能のスクリーンショット

screenshot

Hide 'Delete' Quick Action for GMail拡張機能のCRXファイルをダウンロード

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
}