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
官方網址 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
        }
    ]
}