The World News

Extension that scrapes Reddit and displays the titles of the latest world news.

The World Newsとは何ですか?

The World Newsはadrienarandaによって開発されたChromeの拡張機能で、その主な機能は「Extension that scrapes Reddit and displays the titles of the latest world news.」です。

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

screenshot

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

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

拡張機能の使用方法

                        TheWorldNews scrapes the most popular news from the subreddit "/u/worldnews" and presents them to you in a simple list. 
If you want, and only if you want, you can click on any title to jump to the thread and join the conversation in Reddit.

Designed for simplicity and privacy, no sign-ups or data storage required. 
Just get the most relevant current news without unnecessary clutter.                    

拡張機能の基本情報

名前 The World News The World News
ID nienhihagfhlcjibdenmbnemogghommp
公式URL https://chromewebstore.google.com/detail/the-world-news/nienhihagfhlcjibdenmbnemogghommp
説明 Extension that scrapes Reddit and displays the titles of the latest world news.
ファイルサイズ 5.23 MB
インストール数 96
現在のバージョン 1.0.3
最終更新日 2024-01-30
公開日 2022-12-06
評価 5.00/5 合計 13 レビュー
開発者 adrienaranda
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The World News",
    "description": "Extension that scrapes Reddit and displays the titles of the latest world news.",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}