Quick Delete for Gmail

Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete

什么是Quick Delete for Gmail?

Quick Delete for Gmail是由https://noccito.net开发的Chrome扩展程序,该扩展的主要功能是“Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete”。

扩展截图

screenshot
screenshot
screenshot

下载Quick Delete for Gmail扩展crx文件

下载Quick Delete for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ✓ DELETE YOUR EMAIL FASTER IN GMAIL™

How does it work?
✓ Mouse over any part of the email line (sender, subject, date,...) and press D on your keyboard. 

✅ Ideal to quickly clean your inbox, achieve zero inbox, reduced storage.

📧 Feedback super welome on [email protected]                    

扩展基本信息

名称 Quick Delete for Gmail Quick Delete for Gmail
ID ejdgicolpincjehkcpddionoadmomcog
官方URL https://chromewebstore.google.com/detail/quick-delete-for-gmail/ejdgicolpincjehkcpddionoadmomcog
简介 Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete
文件大小 130 KB
安装次数 780
当前版本 2.0.3
更新时间 2022-11-24
上架时间 2022-01-10
评分 1.50/5 共2次评分
开发者 https://noccito.net
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://noccito.net/index.php/image-expand-for-google-slide
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "name": "Quick Delete for Gmail",
    "description": "Clean your mailbox 5 times faster. Hover anywhere on any email and Press D for Delete",
    "author": "Designed by Noccito - Developed by: MaaF",
    "host_permissions": [
        "*:\/\/*.mail.google.com\/*"
    ],
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "incognito": "spanning",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "js": [
                "libs\/jquery\/3.6.0\/jquery.min.js",
                "libs\/URI.js\/1.19.2\/URI.min.js",
                "libs\/mutation-summary\/mutation-summary.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icons\/icon-b-16.png",
        "32": "img\/icons\/icon-b-32.png",
        "48": "img\/icons\/icon-b-48.png",
        "64": "img\/icons\/icon-b-64.png",
        "128": "img\/icons\/icon-b-128.png",
        "256": "img\/icons\/icon-b-256.png",
        "512": "img\/icons\/icon-b-512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "libs\/*"
            ],
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "92"
}