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 |
官方網址 | 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" } } |