Gmail Filter Helper
This is a extension that help you create Gmail spam filter more easily and quickly by one click
什么是Gmail Filter Helper?
Gmail Filter Helper是由http://droidyue.com开发的Chrome扩展程序,该扩展的主要功能是“This is a extension that help you create Gmail spam filter more easily and quickly by one click”。
扩展截图
下载Gmail Filter Helper扩展crx文件
下载Gmail Filter Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a extension that help you create Gmail spam filter more easily and quickly by one click
扩展基本信息
名称 | |
ID | iodbdhjpfeokiciiicojjkpffcjnioda |
官方URL | https://chrome.google.com/webstore/detail/gmail-filter-helper/iodbdhjpfeokiciiicojjkpffcjnioda |
简介 | This is a extension that help you create Gmail spam filter more easily and quickly by one click |
文件大小 | 16.46 KB |
安装次数 | 177 |
当前版本 | 1.0 |
更新时间 | 2016-01-31 |
上架时间 | 2016-01-31 |
开发者 | http://droidyue.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Filter Helper", "description": "This is a extension that help you create Gmail spam filter more easily and quickly by one click", "version": "1.0", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "utils.js", "popup.js" ] } ], "browser_action": { "default_title": "Gmail Spam Filter Helper", "default_icon": "icon_48.png", "default_popup": "popup.html" }, "manifest_version": 2 } |