Subreddit Tracker

This extension tracks a given subreddit's new posts.

Subreddit Tracker là gì?

Subreddit Tracker là một tiện ích mở rộng Chrome được phát triển bởi Leslie Heinzen, và tính năng chính của nó là "This extension tracks a given subreddit's new posts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Subreddit Tracker

Tải xuống các tệp mở rộng Subreddit Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Subreddit Tracker Subreddit Tracker
ID hkonlfgbpejilcpfnopkjfegbbbgimnp
URL Chính Thức https://chromewebstore.google.com/detail/subreddit-tracker/hkonlfgbpejilcpfnopkjfegbbbgimnp
Mô tả This extension tracks a given subreddit's new posts.
Kích Thước Tệp 16.92 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2016-12-08
Ngày Phát Hành 2016-12-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Leslie Heinzen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}