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是由Iryna Volkodav开发的Chrome扩展程序,该扩展的主要功能是“dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).”。

扩展截图

screenshot
screenshot
screenshot

下载dou-sort-comments扩展crx文件

下载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\/*"
    ]
}