Reddit: What's New

Highlights Reddit posts that are new since the last time you visited.

Reddit: What's New là gì?

Reddit: What's New là một tiện ích mở rộng Chrome được phát triển bởi https://creativetechguy.com, và tính năng chính của nó là "Highlights Reddit posts that are new since the last time you visited.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit: What's New

Tải xuống các tệp mở rộng Reddit: What's New 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

                        Are you constantly refreshing Reddit to see what's new?

You haven't checked in a while and now there are several pages of new posts. You wish you could say "Hey, Reddit: What's New?"

This extension will highlight any Reddit posts you have not seen yet. Once highlighted, it'll remember what you've seen and not highlight those again. You can customize the highlight color from the extension icon and enable/disable highlighting if needed. A simple Reddit Enhancement that you'll wonder how you ever lived without.

---Compatible with Reddit Enhancement Suite (RES)---


Note: While post history isn't infinite, it'll store posts for a long while. You shouldn't have a problem with having a post highlight twice.

The permissions that are requested are the minimum needed to allow the extension to function.                    

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

Tên Reddit: What's New Reddit: What's New
ID acmnikdadpjghhiphlkneneeflhmiidh
URL Chính Thức https://chromewebstore.google.com/detail/reddit-whats-new/acmnikdadpjghhiphlkneneeflhmiidh
Mô tả Highlights Reddit posts that are new since the last time you visited.
Kích Thước Tệp 62.55 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2019-10-07
Ngày Phát Hành 2019-10-06
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://creativetechguy.com
Loại Thanh Toán free
Trang Web Mở Rộng https://creativetechguy.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit: What's New",
    "short_name": "Reddit New",
    "author": "Jason O'Neill",
    "description": "Highlights Reddit posts that are new since the last time you visited.",
    "version": "2.2",
    "icons": {
        "16": "assets\/icon16.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Reddit: What's New"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.reddit.com\/*",
        "http:\/\/*.reddit.com\/*",
        "storage"
    ]
}