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