Reddit Mail Checker
Automatically checks to see if you have Reddit mail!
什么是Reddit Mail Checker?
Reddit Mail Checker是由Kiwisoft.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Automatically checks to see if you have Reddit mail!”。
扩展截图
下载Reddit Mail Checker扩展crx文件
下载Reddit Mail Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get updates as soon as you receive a comment or direct message via Reddit! When you receive new mail, the icon will notify you and you'll be able to click it to go directly to your mail!
扩展基本信息
名称 | |
ID | fdjnhhffjkmodhmboahellidmcegihof |
官方URL | https://chrome.google.com/webstore/detail/reddit-mail-checker/fdjnhhffjkmodhmboahellidmcegihof |
简介 | Automatically checks to see if you have Reddit mail! |
文件大小 | 20.83 KB |
安装次数 | 98 |
当前版本 | 0.0.4 |
更新时间 | 2014-09-15 |
上架时间 | 2014-09-15 |
评分 | 4.00/5 共5次评分 |
开发者 | Kiwisoft.co.uk |
付费类型 | free |
扩展官网 | http://www.kiwisoft.co.uk/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Mail Checker", "version": "0.0.4", "manifest_version": 2, "description": "Automatically checks to see if you have Reddit mail!", "homepage_url": "http:\/\/www.kiwisoft.co.uk", "icons": { "16": "icons\/reddit16.png", "48": "icons\/reddit48.png", "128": "icons\/reddit128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/nomail19.png", "default_title": "Go to messages" }, "options_page": "src\/options\/options.html", "permissions": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*", "tabs", "storage" ] } |