Cortext

Cortext is a website that helps you detect bias, opinions, and fake news.

Apa itu Cortext?

Cortext adalah ekstensi Chrome yang dikembangkan oleh omarlcobas, dan fitur utamanya adalah "Cortext is a website that helps you detect bias, opinions, and fake news.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cortext

Unduh file ekstensi Cortext dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        When readers want a second opinion on whether an online news article is biased, Cortext is there to help. Readers can copy the URL of any online news article they wish, and simply paste it into a search bar on the website. After pressing submit, the website processes the content of the article. A few seconds later, the reader will see their article once again, but slightly differently. The re-presented article is broken up by sentence, with certain keywords and phrases highlighted in bright yellow. These words were highlighted because they carry a “Positive” or “Negative” sentiment or slant towards the subject of the sentence, and the unhighlighted words are considered “neutral.”

It is becoming increasingly important for students to learn how to be critical, and to understand that with the internet, many times what you see at face value is not always what you get. “Media literacy,” is a tricky concept–– but an essential skill in the digital age. Making the case for media literacy in schools across the country is simple when you solely treat it as an extension of the critical thinking skills that many are already taught; we want to shift the direction of education works based on the way our world changes–– creating students who will be equipped to enter our evolving world. Not only does a media literacy education build empathy through recognizing other points of view and where a person might be coming from, it teaches students how to become a smart consumer of products and information. In school, kids are taught how to do algebra and memorize plant names in high school, but as our world relies more and more on media, we also need to teach them how to determine the “persuasive intent” of advertising, to detect the enticing draws of fake news, and to discover the difference between opinion and fact. 

With Cortext, understanding media literacy and how to navigate the internet doesn’t need to be separate subjects, it can be layered on to support an existing curriculum. When students are given articles or passages of texts to read in school, or even outside of school for leisure, Cortext will help them develop the skills needed to be a critical and analytical thinker. In school, we learn basic math and writing skills, and at Avenues, classes like HIP teach us critical thinking skills we can use in all facets of life, well after we graduate. Why can’t we use Cortext in these classes to “get to the core of the text,” helping students better understand the biases and intent of the author?                    

Informasi Dasar Ekstensi

Nama Cortext Cortext
ID eknkkdeabdpgckcegmmdhiimahcndcpi
URL Resmi https://chrome.google.com/webstore/detail/cortext/eknkkdeabdpgckcegmmdhiimahcndcpi
Deskripsi Cortext is a website that helps you detect bias, opinions, and fake news.
Ukuran File 2.63 MB
Jumlah Instalasi 61
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-05-06
Tanggal Publikasi 2019-05-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang omarlcobas
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pure-brushlands-63188.herokuapp.com/index
URL Halaman Bantuan https://omarasc5.github.io/modern_portfolio_repo/index.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cortext",
    "description": "Cortext is a website that helps you detect bias, opinions, and fake news.",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "cortext_logo_128.png"
    },
    "browser_action": {
        "default_icon": "logo_original.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/pure-brushlands-63188.herokuapp.com\/*"
    ]
}