dou-sort-comments

dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).

Что такое dou-sort-comments?

dou-sort-comments - это расширение Chrome, разработанное Iryna Volkodav, и его основная функция - "dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения dou-sort-comments

Скачайте файлы расширений dou-sort-comments в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).                    

Основная информация о расширении

Название dou-sort-comments dou-sort-comments
ID inomcbdkomlbognphleededehadkpcfe
Официальный URL https://chromewebstore.google.com/detail/dou-sort-comments/inomcbdkomlbognphleededehadkpcfe
Описание dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).
Размер файла 11.95 KB
Количество установок 47
Текущая Версия 0.13
Последнее Обновление 2014-07-15
Дата публикации 2014-07-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Iryna Volkodav
Тип оплаты free
Официальный сайт расширения http://dou.ua/
URL страницы помощи http://dou.ua/forums/topic/10383/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.13",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/dou.ua\/forums\/topic\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "styles\/*",
        "bower_components\/jquery\/*",
        "scripts\/*"
    ]
}