rComments - Reddit Hover Comments
Hover over comments link to view all comments and their replies.
什么是rComments - Reddit Hover Comments?
rComments - Reddit Hover Comments是由https://iampueroo.github.io/rComments开发的Chrome扩展程序,该扩展的主要功能是“Hover over comments link to view all comments and their replies.”。
扩展截图
下载rComments - Reddit Hover Comments扩展crx文件
下载rComments - Reddit Hover Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Reddit Extension rComments lets you to explore a post's comments and their replies just by hovering over the comments link of a post - no need to open new tabs or wait for additional page loads. Want to check out the top comment? The replies? Just hover over the comments link and the checkout any comment you'd like!
扩展基本信息
名称 | rComments - Reddit Hover Comments |
ID | njkilkdmdolbjonbfjhmknefhdccioig |
官方URL | https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig |
简介 | Hover over comments link to view all comments and their replies. |
文件大小 | 75.65 KB |
安装次数 | 317 |
当前版本 | 1.4.0 |
更新时间 | 2021-06-24 |
上架时间 | 2020-06-24 |
评分 | 4.07/5 共15次评分 |
开发者 | https://iampueroo.github.io/rComments |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://iampueroo.github.io/rComments/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "rComments.js" ], "css": [ "rComments.css" ], "matches": [ "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ] } ], "description": "Hover over comments link to view all comments and their replies.", "homepage_url": "https:\/\/iampueroo.github.io\/rComments\/", "manifest_version": 2, "minimum_chrome_version": "20.0", "name": "rComments - Reddit Hover Comments", "permissions": [ "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "version": "1.4.0", "icons": { "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "600": "icons\/icon-600.png" } } |