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". 扩展基本信息
| 名称 | |
| ID | ajdilinnnkbmpoegibgacadjlblmpjad |
| 官方URL | 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"
]
} | |