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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |