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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}