Moddit

Searchable, nested, cached modmail.

Moddit là gì?

Moddit là một tiện ích mở rộng Chrome được phát triển bởi dissimulate, và tính năng chính của nó là "Searchable, nested, cached modmail.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moddit

Tải xuống các tệp mở rộng Moddit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moddit Moddit
ID mcdaacllflfepdefllaofjbboojpfkpm
URL Chính Thức https://chromewebstore.google.com/detail/moddit/mcdaacllflfepdefllaofjbboojpfkpm
Mô tả Searchable, nested, cached modmail.
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-08-12
Ngày Phát Hành 2014-08-12
Nhà Phát Triển dissimulate
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}