Matter Of Interpretation

This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.

什麼是Matter Of Interpretation?

Matter Of Interpretation是由Matter of Interpretation開發的Chrome擴展程式,該擴展的主要功能是“This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.”。

擴展截圖

screenshot
screenshot

下載Matter Of Interpretation擴展crx文件

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

擴展使用說明

                        What does it mean if information is verified by source omitting expressions such as “reportedly”? 

If information in news content is not traceable to a specific institution or individual, it is difficult to proof its credibility. Therefore, by pinpointing on frequently used expressions that omit an actual source, a strongly biased point of departure is made towards interpretation and personal opinion. The aim hereby is to strengthen the awareness for media literacy in an age of post truth and to interpret information through a questioning lens.

This chrome extension makes it possible to browse the news with a highly critical approach to source verification, changing perspectives of news interpretation for us, the consumers. 

If the highlighted vague source is coming from direct or indirect speech from an individual or is part of an institutional statement, the analysis of Matter of Interpretation is not valid.                    

擴展基本資訊

名稱 Matter Of Interpretation Matter Of Interpretation
ID pmbilclkknkaaobifeopjddccfficbcd
官方網址 https://chromewebstore.google.com/detail/matter-of-interpretation/pmbilclkknkaaobifeopjddccfficbcd
簡介 This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.
檔案大小 279 KB
安裝次數 12
目前版本 1.1
更新時間 2018-06-27
上架時間 2018-06-27
開發者 Matter of Interpretation
電子郵箱 [email protected]
付費類型 free
擴展官網 https://matterofinterpretation.info/
說明頁面URL https://matterofinterpretation.info/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Matter Of Interpretation",
    "description": "This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.",
    "version": "1.1",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "colorEverything.js",
                "reset.js",
                "stateListener.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Matter Of Interpretation",
        "default_popup": "popup.html"
    }
}