Moddit

Searchable, nested, cached modmail.

Что такое Moddit?

Moddit - это расширение Chrome, разработанное dissimulate, и его основная функция - "Searchable, nested, cached modmail.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Moddit

Скачайте файлы расширений 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"
    }
}