rComments - Reddit Hover Comments

Hover over comments link to view all comments and their replies.

rComments - Reddit Hover Comments là gì?

rComments - Reddit Hover Comments là một tiện ích mở rộng Chrome được phát triển bởi https://iampueroo.github.io/rComments, và tính năng chính của nó là "Hover over comments link to view all comments and their replies.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng rComments - Reddit Hover Comments

Tải xuống các tệp mở rộng rComments - Reddit Hover Comments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên rComments - Reddit Hover Comments rComments - Reddit Hover Comments
ID njkilkdmdolbjonbfjhmknefhdccioig
URL Chính Thức https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig
Mô tả Hover over comments link to view all comments and their replies.
Kích Thước Tệp 75.65 KB
Số Lần Cài Đặt 317
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2020-06-24
Đánh Giá 4.07/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://iampueroo.github.io/rComments
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://iampueroo.github.io/rComments/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}