reddit toxicity index

A chrome extension that helps users gauge the toxicity of reddit comment threads.

reddit toxicity index란 무엇입니까?

reddit toxicity index은(는) Dan Cowsill에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension that helps users gauge the toxicity of reddit comment threads."입니다.

확장 프로그램 스크린샷

screenshot

reddit toxicity index 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        reddit toxicity index is a Google Chrome extension that helps reddit users gauge the toxicity of comment threads.  The extension adds a color coded toxicity index (TI) to each post.  Toxic posts will have higher values, colored red.  Circle-jerky or otherwise benign posts will have lower values, colored green.                    

확장 프로그램 기본 정보

이름 reddit toxicity index reddit toxicity index
ID emkalpeicbbppchileodlkjmabcaaldk
공식 URL https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk
설명 A chrome extension that helps users gauge the toxicity of reddit comment threads.
파일 크기 37.47 KB
설치 횟수 10
현재 버전 0.0.2
최근 업데이트 2015-08-24
출시 날짜 2015-08-23
평점 5.00/5 총 1 개의 평점
개발자 Dan Cowsill
결제 유형 free
확장 프로그램 웹 사이트 https://bitbucket.org/dcowsill/reddit_toxicity_index/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/utils.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}