The World News

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

Co je The World News?

The World News je rozšíření Chrome vyvinuté adrienaranda, a jeho hlavní funkcí je „Extension that scrapes Reddit and displays the titles of the latest world news.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The World News

Stáhněte si soubory rozšíření The World News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název The World News The World News
ID nienhihagfhlcjibdenmbnemogghommp
Oficiální URL https://chromewebstore.google.com/detail/the-world-news/nienhihagfhlcjibdenmbnemogghommp
Popis Extension that scrapes Reddit and displays the titles of the latest world news.
Velikost souboru 5.23 MB
Počet instalací 96
Aktuální Verze 1.0.3
Poslední Aktualizace 2024-01-30
Datum Vydání 2022-12-06
Hodnocení 5.00/5 Celkem 13 Hodnocení
Vývojář adrienaranda
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}