reddit toxicity index
A chrome extension that helps users gauge the toxicity of reddit comment threads.
Vad är reddit toxicity index?
reddit toxicity index är en Chrome-tillägg utvecklad av Dan Cowsill, och dess huvudfunktion är "A chrome extension that helps users gauge the toxicity of reddit comment threads.".
Tilläggsskärmbilder
Ladda ner reddit toxicity index-förlängningens CRX-fil
Ladda ner reddit toxicity index-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | emkalpeicbbppchileodlkjmabcaaldk | 
| Officiell webbadress | https://chromewebstore.google.com/detail/reddit-toxicity-index/emkalpeicbbppchileodlkjmabcaaldk | 
| Beskrivning | A chrome extension that helps users gauge the toxicity of reddit comment threads. | 
| Filstorlek | 37.47 KB | 
| Antal Installationer | 10 | 
| Aktuell Version | 0.0.2 | 
| Senast Uppdaterad | 2015-08-24 | 
| Publiceringsdatum | 2015-08-23 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | Dan Cowsill | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://bitbucket.org/dcowsill/reddit_toxicity_index/ | 
| Stödda Språk | 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
        }
    ]
}  |  |