Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
Reddit New Comments Highlighter là gì?
Reddit New Comments Highlighter là một tiện ích mở rộng Chrome được phát triển bởi https://blog.abhijeetr.com, và tính năng chính của nó là "Highlights new comments when you revisit a comments page on reddit.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reddit New Comments Highlighter
Tải xuống các tệp mở rộng Reddit New Comments Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit New Comments Highlighter |
ID | ajdilinnnkbmpoegibgacadjlblmpjad |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
Mô tả | Highlights new comments when you revisit a comments page on reddit. |
Kích Thước Tệp | 163 KB |
Số Lần Cài Đặt | 1,856 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2018-02-17 |
Ngày Phát Hành | 2018-02-16 |
Đánh Giá | 3.50/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://blog.abhijeetr.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |