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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}