reddit toxicity index

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

reddit toxicity index là gì?

reddit toxicity index là một tiện ích mở rộng Chrome được phát triển bởi Dan Cowsill, và tính năng chính của nó là "A chrome extension that helps users gauge the toxicity of reddit comment threads.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng reddit toxicity index

Tải xuống các tệp mở rộng reddit toxicity index dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên reddit toxicity index reddit toxicity index
ID emkalpeicbbppchileodlkjmabcaaldk
URL Chính Thức https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk
Mô tả A chrome extension that helps users gauge the toxicity of reddit comment threads.
Kích Thước Tệp 37.47 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-08-24
Ngày Phát Hành 2015-08-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dan Cowsill
Loại Thanh Toán free
Trang Web Mở Rộng https://bitbucket.org/dcowsill/reddit_toxicity_index/
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}