Better Gmail Unsubscribe
Adds an unsubscribe link for when Gmail doesn't offer one
什么是Better Gmail Unsubscribe?
Better Gmail Unsubscribe是由lox开发的Chrome扩展程序,该扩展的主要功能是“Adds an unsubscribe link for when Gmail doesn't offer one”。
扩展截图
下载Better Gmail Unsubscribe扩展crx文件
下载Better Gmail Unsubscribe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gmail offers an unsubscribe link for emails with certain headers, unfortunately this doesn't apply to a lot of emails that I want to unsubscribe from. When the gmail unsubscribe link is missing, this extension adds it and when clicked opens a new tab with any unsubscribe links found in the body of the message.
扩展基本信息
名称 | |
ID | hdkbhdodcejjjicmnmhhibenjmlgmkfc |
官方URL | https://chrome.google.com/webstore/detail/better-gmail-unsubscribe/hdkbhdodcejjjicmnmhhibenjmlgmkfc |
简介 | Adds an unsubscribe link for when Gmail doesn't offer one |
文件大小 | 10.02 KB |
安装次数 | 939 |
当前版本 | 1.1.0 |
更新时间 | 2014-06-14 |
上架时间 | 2014-06-14 |
评分 | 2.75/5 共12次评分 |
开发者 | lox |
付费类型 | free |
扩展官网 | https://github.com/lox/better-gmail-unsubscribe |
帮助页面URL | https://github.com/lox/better-gmail-unsubscribe/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Gmail Unsubscribe", "version": "1.1.0", "description": "Adds an unsubscribe link for when Gmail doesn't offer one", "short_name": "Adds an unsubscribe link for when Gmail doesn't offer one", "permissions": [ "tabs", "https:\/\/mail.google.com\/" ], "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icon.png" } } |