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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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