Reddit: What's New
Highlights Reddit posts that are new since the last time you visited.
¿Qué es Reddit: What's New?
Reddit: What's New es una extensión de Chrome desarrollada por https://creativetechguy.com, y su función principal es "Highlights Reddit posts that are new since the last time you visited.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reddit: What's New
Descarga archivos de extensión Reddit: What's New en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | acmnikdadpjghhiphlkneneeflhmiidh |
URL Oficial | https://chromewebstore.google.com/detail/reddit-whats-new/acmnikdadpjghhiphlkneneeflhmiidh |
Descripción | Highlights Reddit posts that are new since the last time you visited. |
Tamaño del Archivo | 62.55 KB |
Cantidad de Instalaciones | 36 |
Versión Actual | 2.2 |
Última Actualización | 2019-10-07 |
Fecha de Publicación | 2019-10-06 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | https://creativetechguy.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://creativetechguy.com |
Idiomas Soportados | 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" ] } |