Reddit Top Comment

Shows the top comment when you hover over the comments link.

Reddit Top Commentคืออะไร?

Reddit Top Comment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DiscoShady และคุณลักษณะหลักของมันคือ "Shows the top comment when you hover over the comments link."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Top Comment

ดาวน์โหลดไฟล์ส่วนขยาย Reddit Top Comment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This simple and small Chrome Extension shows the top comment for a Reddit post when you hover over the comments link. 
Compatible with Reddit Enhancement Suite.
-------
Any problems? Just message /u/DiscoShady on Reddit.com and i'll take a look!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reddit Top Comment Reddit Top Comment
ID dmpbhmingopjhhcppkbfedabmhiciinl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/reddit-top-comment/dmpbhmingopjhhcppkbfedabmhiciinl
คำอธิบาย Shows the top comment when you hover over the comments link.
ขนาดไฟล์ 53.25 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-06-09
วันที่เผยแพร่ 2015-06-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา DiscoShady
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery-1.6.4.min.js",
                "topcomment.js"
            ],
            "matches": [
                "http:\/\/reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ]
        }
    ],
    "description": "Shows the top comment when you hover over the comments link.",
    "homepage_url": "http:\/\/reddit.com",
    "manifest_version": 2,
    "minimum_chrome_version": "20.0",
    "name": "Reddit Top Comment",
    "short_name": "Reddit Top",
    "permissions": [
        "tabs",
        "history",
        "http:\/\/reddit.com\/*",
        "https:\/\/reddit.com\/*",
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*"
    ],
    "version": "1.0",
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "64": "images\/icon-64x64.png",
        "128": "images\/icon-128x128.png"
    }
}