SMART Compass

SMART Compass allows users who install it to choose and vote the reliability of any article they are reading on the web.

SMART Compassคืออะไร?

SMART Compass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Catchy และคุณลักษณะหลักของมันคือ "SMART Compass allows users who install it to choose and vote the reliability of any article they are reading on the web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SMART Compass

ดาวน์โหลดไฟล์ส่วนขยาย SMART Compass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SMART Compass is an extension of Google Chrome that communicates and is based on the Catchy Compass Platform (https://compass.catchy.ai/). Compass is a platform that guides publishers and the public from contaminated news sources to legitimate websites, a crucial task during emergencies or last-minute news. Compass shows in a simple graphical interface the information available on the web with a clear indicator of  reliability of the sources, helping journalists to identify the false viral news. Compass combines Machine Learning algorithms to verify the reliability of the sources and the journalistic activity that monitors, certifies and trains the machine. Compass platform is winner of Google DNI Fund and of the Seal of Excellence of the European Union. With the aim of enriching the contents of the Compass platform and allowing experts and journalists to focus on specific news so as to start the fact-checking process, Catchy has created a plugin for Compass. SMART Compass allows users who install it to choose any article they are reading on the web and that they do not consider reliable, to insert it as a source of news in the compass platform, to vote for it and to allow other experts to express their own preference in terms of reliability. SMART Compass is a project part of the EU Tender "Smart 2017/0090 mechanisms that shape social media and their impact on society".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SMART Compass SMART Compass
ID olckcbdlddcmoknngiemeaamlkfjgpln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-compass/olckcbdlddcmoknngiemeaamlkfjgpln
คำอธิบาย SMART Compass allows users who install it to choose and vote the reliability of any article they are reading on the web.
ขนาดไฟล์ 41.26 KB
จำนวนการติดตั้ง 414
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-09-03
วันที่เผยแพร่ 2019-09-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Catchy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SMART Compass",
    "version": "1.0.1",
    "description": "SMART Compass allows users who install it to choose and vote the reliability of any article they are reading on the web.",
    "manifest_version": 2,
    "icons": {
        "32": "icon.png"
    },
    "browser_action": {
        "default_title": "SMART Compass",
        "default_popup": "index.html"
    },
    "permissions": [
        "identity",
        "tabs",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/compass.catchy.ai\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "oauth2": {
        "client_id": "751784968569-0nfmg667c1bbod4lgb0f7ej80r2cph3o.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}