Moddit

Searchable, nested, cached modmail.

Moddit란 무엇입니까?

Moddit은(는) dissimulate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Searchable, nested, cached modmail."입니다.

확장 프로그램 스크린샷

screenshot

Moddit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}