reddit toxicity index

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

reddit toxicity indexคืออะไร?

reddit toxicity index เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan Cowsill และคุณลักษณะหลักของมันคือ "A chrome extension that helps users gauge the toxicity of reddit comment threads."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reddit toxicity index

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}