Sourcer

The one tool for all news insight.

Sourcerとは何ですか?

Sourcerはhttps://getsourcer.comによって開発されたChromeの拡張機能で、その主な機能は「The one tool for all news insight.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Sourcer拡張機能のCRXファイルをダウンロード

Sourcer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Sourcer helps you verify your news and identify credible information online. We use artificial intelligence to analyse any news article you visit, allowing you to quickly compare multiple articles from different sources and help you determine the credibility of news articles. Sourcer also helps you improve your media literacy skills and develop a broader perspective on current issues.

With Sourcer, you can read news faster, smarter and better. You can access detailed information, such as insight about the author and a credibility score for any article, in just one click. You can also see related articles from different sources and perspectives to get a more balanced view of the topic and can find a summary to quickly skim through any article.

Sourcer is the essential tool to bring back trust in online information. Whether you are a student, a teacher, a journalist, or just a curious reader, Sourcer can help you become a pro news reader.

We don't tell you what to trust. We make the news transparent so you can make informed decisions. Find out more on our website: https://getsourcer.com

______________________________________________
 
FEATURES
Article metadata: Get structured information on any news article with all metadata in one neat overview.

Social credentials: Find the socials and credentials of news article authors, their location and description.

Quick summary: Compress any news article in just a few sentences. A useful filtering step to decide what is important to you.

Related articles: Find articles related to the topic you are reading, helping you out of your bubble and broaden your perspective.

Premium features coming soon!

PRIVACY
We store all your personal data locally in your browser. All usage data is anonymised and is only used to improve our services. Find out more about how our algorithms work at: https://getsourcer.com/transparency

SUPPORT
Feel free to reach out to us anytime at [email protected]. We would love to hear from you.                    

拡張機能の基本情報

名前 Sourcer Sourcer
ID ibdekclnlfombbbcoadojfodcgieejck
公式URL https://chromewebstore.google.com/detail/sourcer/ibdekclnlfombbbcoadojfodcgieejck
説明 The one tool for all news insight.
ファイルサイズ 5.33 MB
インストール数 178
現在のバージョン 1.4.5
最終更新日 2023-06-22
公開日 2022-03-08
評価 5.00/5 合計 5 レビュー
開発者 https://getsourcer.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getsourcer.com
ヘルプページのURL https://getsourcer.com/help
プライバシーポリシーページのURL https://getsourcer.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sourcer",
    "description": "The one tool for all news insight.",
    "version": "1.4.5",
    "manifest_version": 3,
    "icons": {
        "16": ".\/logo16.png",
        "32": ".\/logo32.png",
        "48": ".\/logo48.png",
        "72": ".\/logo72.png",
        "96": ".\/logo96.png",
        "128": ".\/logo128.png",
        "144": ".\/logo144.png",
        "192": ".\/logo192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/main.js"
            ],
            "css": [
                "\/main.css"
            ]
        }
    ],
    "action": {
        "default_title": "Sourcer",
        "default_icon": ".\/logo.png",
        "default_popup": ".\/popup.html"
    },
    "background": {
        "service_worker": ".\/background\/main.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.gif"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}