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ファイルをダウンロード

Reddit: What's New拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}