Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
Co to jest Reddit New Comments Highlighter?
Reddit New Comments Highlighter to rozszerzenie Chrome opracowane przez https://blog.abhijeetr.com, a jego główną funkcją jest „Highlights new comments when you revisit a comments page on reddit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit New Comments Highlighter
Pobierz pliki rozszerzeń Reddit New Comments Highlighter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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".
Podstawowe informacje o rozszerzeniu
Nazwa | Reddit New Comments Highlighter |
ID | ajdilinnnkbmpoegibgacadjlblmpjad |
Oficjalny URL | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
Opis | Highlights new comments when you revisit a comments page on reddit. |
Rozmiar pliku | 163 KB |
Liczba instalacji | 1,856 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2018-02-17 |
Data Publikacji | 2018-02-16 |
Ocena | 3.50/5 Łącznie 24 Oceny |
Deweloper | https://blog.abhijeetr.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |