Reddit: What's New
Highlights Reddit posts that are new since the last time you visited.
Τι είναι το Reddit: What's New;
Το Reddit: What's New είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://creativetechguy.com, και η κύρια λειτουργία του είναι "Highlights Reddit posts that are new since the last time you visited.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reddit: What's New
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |