Thinkrs Context Tool
Used to detect information on news/media site
Τι είναι το Thinkrs Context Tool;
Το Thinkrs Context Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον interface.ai.platform, και η κύρια λειτουργία του είναι "Used to detect information on news/media site".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Thinkrs Context Tool
Λήψη αρχείων επέκτασης Thinkrs Context Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
** NOTE: This extension is in beta. While performance is continuously being upgraded, it may interfere with site loading / readability. If this occurs, please disable while not using ** The Thinkrs Context Tool helps users to think critically about the news they are presented by media publications. It is a toolkit that complements the Thinkrs Community Platform, allowing users to quickly identify broad biases in an online article or post. ** Coming Soon ** - Twitter integration! - Annotation of bias / fact-checking in articles - Extension linked to Thinkrs Platform profile (earn badges with extension) - Extension linked to Thinkrs Media Diet analysis ** What's New: August 2021** - More user-friendly list of auto-load sites - Option to manually analyze without auto-load ** What's New: July 2021** - Automatic loading / prompts on supported pages - Option to turn on/off autoloading ** What's New: April 2021** - More stability - MANY more media organisations ** What's New: March 2021** - Renovated API - New lightweight sidebar UI - Speed improvements ** What's New: December 2020** - Better stability and performance - Extension only available once pages have loaded - Card are hidden when information not available ** What's New: November 2020** - Users can vote on the partisanship lean of a specific article - The lean of an article is pulled from the aggregated data of the community and displayed live
Βασικές Πληροφορίες Επέκτασης
Όνομα | Thinkrs Context Tool |
ID | bpakgiebbfddkelemagfphmkebieebca |
Επίσημο URL | https://chromewebstore.google.com/detail/thinkrs-context-tool/bpakgiebbfddkelemagfphmkebieebca |
Περιγραφή | Used to detect information on news/media site |
Μέγεθος Αρχείου | 828 KB |
Αριθμός Εγκαταστάσεων | 44 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2021-10-03 |
Ημερομηνία Δημοσίευσης | 2020-10-22 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | interface.ai.platform |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://thinkrs.co/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://thinkrs.co/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thinkrs Context Tool", "version": "1.0.5", "manifest_version": 3, "description": "Used to detect information on news\/media site", "homepage_url": "https:\/\/thinkrs.co\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "service_worker": "background_wrapper.js" }, "action": { "default_title": "Open Thinkrs Dashboard", "default_popup": "src\/page_action\/popup.html" }, "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "https:\/\/2deo49ufel.execute-api.us-west-2.amazonaws.com\/*", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "src\/page_action\/page_action.html", "src\/page_action\/sidebar_v3.html", "icons\/icon75.png", "media\/logo1.png", "media\/slider_thumb.png", "media\/material_icons.woff2" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/setup_dependencies.js" ], "css": [ "css\/styles.css", "css\/sidebar_styles.css" ] } ] } |