Matter Of Interpretation

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

Matter Of Interpretation là gì?

Matter Of Interpretation là một tiện ích mở rộng Chrome được phát triển bởi Matter of Interpretation, và tính năng chính của nó là "This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Matter Of Interpretation

Tải xuống các tệp mở rộng Matter Of Interpretation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Matter Of Interpretation Matter Of Interpretation
ID pmbilclkknkaaobifeopjddccfficbcd
URL Chính Thức https://chromewebstore.google.com/detail/matter-of-interpretation/pmbilclkknkaaobifeopjddccfficbcd
Mô tả This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-06-27
Ngày Phát Hành 2018-06-27
Nhà Phát Triển Matter of Interpretation
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://matterofinterpretation.info/
URL Trang Trợ Giúp https://matterofinterpretation.info/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}