Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
¿Qué es Reddit New Comments Highlighter?
Reddit New Comments Highlighter es una extensión de Chrome desarrollada por https://blog.abhijeetr.com, y su función principal es "Highlights new comments when you revisit a comments page on reddit.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reddit New Comments Highlighter
Descarga archivos de extensión Reddit New Comments Highlighter 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
This extension highlights new comments on a link page in reddit when you revisit a link. To jump between "new links", simply use shortcut keys "Shift+Up" & "Shift+Down".
Información Básica de la Extensión
Nombre | Reddit New Comments Highlighter |
ID | ajdilinnnkbmpoegibgacadjlblmpjad |
URL Oficial | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
Descripción | Highlights new comments when you revisit a comments page on reddit. |
Tamaño del Archivo | 163 KB |
Cantidad de Instalaciones | 1,856 |
Versión Actual | 3.0 |
Última Actualización | 2018-02-17 |
Fecha de Publicación | 2018-02-16 |
Calificación | 3.50/5 Total de 24 Calificaciones |
Desarrollador | https://blog.abhijeetr.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/*", "http:\/\/www.reddit.com\/r\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Reddit New Comments Highlighter", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Highlights new comments when you revisit a comments page on reddit.", "background": { "page": "background.html" }, "homepage_url": "https:\/\/github.com\/shadyabhi\/Reddit-New-Comments-Highlighter", "version": "3.0", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |