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" ] } |