Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
Wat is Reddit New Comments Highlighter?
Reddit New Comments Highlighter is een Chrome-extensie ontwikkeld door https://blog.abhijeetr.com, en de belangrijkste functie is "Highlights new comments when you revisit a comments page on reddit.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit New Comments Highlighter
Download Reddit New Comments Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | Reddit New Comments Highlighter |
ID | ajdilinnnkbmpoegibgacadjlblmpjad |
Officiële URL | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
Beschrijving | Highlights new comments when you revisit a comments page on reddit. |
Bestandsgrootte | 163 KB |
Aantal Installaties | 1,856 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2018-02-17 |
Publicatiedatum | 2018-02-16 |
Beoordeling | 3.50/5 Totaal 24 Beoordelingen |
Ontwikkelaar | https://blog.abhijeetr.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |