rComments - Reddit Hover Comments

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

rComments - Reddit Hover Commentsคืออะไร?

rComments - Reddit Hover Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://iampueroo.github.io/rComments และคุณลักษณะหลักของมันคือ "Hover over comments link to view all comments and their replies."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rComments - Reddit Hover Comments

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}