Reddit Watcher
Watches subreddits for new posts, and notifies you when a new post is created.
Reddit Watcherとは何ですか?
Reddit WatcherはGustavo Abranchesによって開発されたChromeの拡張機能で、その主な機能は「Watches subreddits for new posts, and notifies you when a new post is created.」です。
拡張機能のスクリーンショット
Reddit Watcher拡張機能のCRXファイルをダウンロード
Reddit Watcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reddit Watcher is a simple extension that helps you stay on top of the "new", "rising" or "front page" sections of your favorite subreddits. You will receive a Chrome notification when a new post is found on the subreddits that you wish to track.
拡張機能の基本情報
名前 | Reddit Watcher |
ID | mgfkhjmcieifaolpepfbgekgapaacdek |
公式URL | https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek |
説明 | Watches subreddits for new posts, and notifies you when a new post is created. |
ファイルサイズ | 315 KB |
インストール数 | 26 |
現在のバージョン | 1.13.1 |
最終更新日 | 2016-03-30 |
公開日 | 2016-03-29 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | Gustavo Abranches |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Watcher", "description": "Watches subreddits for new posts, and notifies you when a new post is created.", "version": "1.13.1", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "alarms", "storage", "notifications" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "80": "images\/icon80.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "lib\/jquery-1.12.0.min.js", "lib\/notify.js", "background.js" ] } } |