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ファイルをダウンロード

reddit toxicity index拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
        }
    ]
}