Reddit: What's New

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

Reddit: What's New란 무엇입니까?

Reddit: What's New은(는) https://creativetechguy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlights Reddit posts that are new since the last time you visited."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Reddit: What's New 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Reddit: What's New Reddit: What's New
ID acmnikdadpjghhiphlkneneeflhmiidh
공식 URL https://chromewebstore.google.com/detail/reddit-whats-new/acmnikdadpjghhiphlkneneeflhmiidh
설명 Highlights Reddit posts that are new since the last time you visited.
파일 크기 62.55 KB
설치 횟수 36
현재 버전 2.2
최근 업데이트 2019-10-07
출시 날짜 2019-10-06
평점 5.00/5 총 5 개의 평점
개발자 https://creativetechguy.com
결제 유형 free
확장 프로그램 웹 사이트 https://creativetechguy.com
지원되는 언어 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"
    ]
}