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