Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
Was ist Reddit New Comments Highlighter?
Reddit New Comments Highlighter ist eine Chrome-Erweiterung, die von https://blog.abhijeetr.com entwickelt wurde, und ihr Hauptmerkmal ist "Highlights new comments when you revisit a comments page on reddit.".
Erweiterungsscreenshots
Reddit New Comments Highlighter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Reddit New Comments Highlighter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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". Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ajdilinnnkbmpoegibgacadjlblmpjad |
| Offizielle URL | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
| Beschreibung | Highlights new comments when you revisit a comments page on reddit. |
| Dateigröße | 163 KB |
| Installationsanzahl | 1,856 |
| Aktuelle Version | 3.0 |
| Letztes Update | 2018-02-17 |
| Veröffentlichungsdatum | 2018-02-16 |
| Bewertung | 3.50/5 Insgesamt 24 Bewertungen |
| Entwickler | https://blog.abhijeetr.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |