Reddit Megathreader

This extension improves reading experience on Reddit megathreads

Reddit Megathreaderคืออะไร?

Reddit Megathreader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abcpp และคุณลักษณะหลักของมันคือ "This extension improves reading experience on Reddit megathreads"

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

screenshot

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

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

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

                        Tool that helps read megathreads on Reddit

* Removes width restriction (so on a large monitor text will occupy all of the screen real estate)

* Improves visibility by shading individual comment threads so it's easy to see where one comment thread ends and new one begins

* Collapses all comments to leave only first-level comments visible. Subcomments can be revealed by clicking "expand"

* Automatically loads all unloaded comments so you don't have to click on "load more comments" ever again

* Highlights certain keywords like "Chase Ink Preferred", "American Express Platinum" and so on (send me the list of keywords I forgot!)                    

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

ชื่อ Reddit Megathreader Reddit Megathreader
ID dkobfgjgbadngkmpkkaaajfidgenkaii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii
คำอธิบาย This extension improves reading experience on Reddit megathreads
ขนาดไฟล์ 4.56 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-03-17
วันที่เผยแพร่ 2017-03-17
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา abcpp
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Megathreader",
    "description": "This extension improves reading experience on Reddit megathreads",
    "version": "1.0.1",
    "permissions": [
        "*:\/\/*.reddit.com\/*\/comments\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*\/comments\/*"
            ],
            "css": [
                "mega.css"
            ],
            "js": [
                "mega.js"
            ]
        }
    ]
}