Cortext

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

什麼是Cortext?

Cortext是由omarlcobas開發的Chrome擴展程式,該擴展的主要功能是“Cortext is a website that helps you detect bias, opinions, and fake news.”。

擴展截圖

screenshot

下載Cortext擴展crx文件

下載Cortext擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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?                    

擴展基本資訊

名稱 Cortext Cortext
ID eknkkdeabdpgckcegmmdhiimahcndcpi
官方網址 https://chrome.google.com/webstore/detail/cortext/eknkkdeabdpgckcegmmdhiimahcndcpi
簡介 Cortext is a website that helps you detect bias, opinions, and fake news.
檔案大小 2.63 MB
安裝次數 61
目前版本 1.0.0
更新時間 2019-05-06
上架時間 2019-05-06
評分 5.00/5 共 2 次評分
開發者 omarlcobas
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pure-brushlands-63188.herokuapp.com/index
說明頁面URL https://omarasc5.github.io/modern_portfolio_repo/index.html
支援的語言 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\/*"
    ]
}