reddit toxicity index

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

reddit toxicity index क्या है?

reddit toxicity index Dan Cowsill द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that helps users gauge the toxicity of reddit comment threads."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में reddit toxicity index एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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