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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |