Subreddit Tracker
This extension tracks a given subreddit's new posts.
Subreddit Trackerとは何ですか?
Subreddit TrackerはLeslie Heinzenによって開発されたChromeの拡張機能で、その主な機能は「This extension tracks a given subreddit's new posts.」です。
拡張機能のスクリーンショット
Subreddit Tracker拡張機能のCRXファイルをダウンロード
Subreddit Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use Reddit Tracker to stay up to date on new posts submitted to a given subreddit. This is useful for following subreddits where having updated information on new posts is beneficial, for example, deals subreddits. The user can do the following: Input the name of a subreddit to follow. Input an interval given in seconds. This is the frequency that Reddit Tracker will make subreddit checks. Start and stop the process. Reddit Tracker will persist tracking in the background until the "Stop Tracking" button is clicked, or the browser is closed. View an updated badge count of new posts over the extension icon (including when the extension popup is closed). Follow links to Reddit from the list of new posts. Clear all items from the list.
拡張機能の基本情報
名前 | Subreddit Tracker |
ID | hkonlfgbpejilcpfnopkjfegbbbgimnp |
公式URL | https://chromewebstore.google.com/detail/subreddit-tracker/hkonlfgbpejilcpfnopkjfegbbbgimnp |
説明 | This extension tracks a given subreddit's new posts. |
ファイルサイズ | 16.92 KB |
インストール数 | 12 |
現在のバージョン | 1.0.7 |
最終更新日 | 2016-12-08 |
公開日 | 2016-12-07 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Leslie Heinzen |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Subreddit Tracker", "description": "This extension tracks a given subreddit's new posts.", "version": "1.0.7", "background": { "scripts": [ ".\/js\/background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon16.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "background" ] } |