Moddit

Searchable, nested, cached modmail.

什麼是Moddit?

Moddit是由dissimulate開發的Chrome擴展程式,該擴展的主要功能是“Searchable, nested, cached modmail.”。

擴展截圖

screenshot

下載Moddit擴展crx文件

下載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
官方網址 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"
    }
}