Moddit

Searchable, nested, cached modmail.

Moddit क्या है?

Moddit dissimulate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searchable, nested, cached modmail."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Moddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}