Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
什麼是Reddit New Comments Highlighter?
Reddit New Comments Highlighter是由https://blog.abhijeetr.com開發的Chrome擴展程式,該擴展的主要功能是“Highlights new comments when you revisit a comments page on reddit.”。
擴展截圖
下載Reddit New Comments Highlighter擴展crx文件
下載Reddit New Comments Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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".
擴展基本資訊
名稱 | Reddit New Comments Highlighter |
ID | ajdilinnnkbmpoegibgacadjlblmpjad |
官方網址 | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
簡介 | Highlights new comments when you revisit a comments page on reddit. |
檔案大小 | 163 KB |
安裝次數 | 1,856 |
目前版本 | 3.0 |
更新時間 | 2018-02-17 |
上架時間 | 2018-02-16 |
評分 | 3.50/5 共 24 次評分 |
開發者 | https://blog.abhijeetr.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |