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