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