Moddit

Searchable, nested, cached modmail.

Modditคืออะไร?

Moddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dissimulate และคุณลักษณะหลักของมันคือ "Searchable, nested, cached modmail."

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

screenshot

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

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

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

                        Moddit is a tool that greatly improves reddit's modmail.

Current features:

- Cached modmail
- Searchable cache
- Nested comments
- View modmail without leaving the page
- Live notification of new modmail                    

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

ชื่อ Moddit Moddit
ID mcdaacllflfepdefllaofjbboojpfkpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm
คำอธิบาย Searchable, nested, cached modmail.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2014-08-12
วันที่เผยแพร่ 2014-08-12
ผู้พัฒนา dissimulate
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moddit",
    "description": "Searchable, nested, cached modmail.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "moddit.js",
                "modules\/moddit.modmail.js",
                "main.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "lib\/jquery-1.10.2.min.map",
        "html\/*"
    ],
    "permissions": [
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}