News Tab

Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!

Co to jest News Tab?

News Tab to rozszerzenie Chrome opracowane przez https://newstab.com, a jego główną funkcją jest „Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia News Tab

Pobierz pliki rozszerzeń News Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Tired of juggling among news apps to get the top stories of the day? Important news get lost in your social feeds? Trending news pass you by unnoticed?

NewsTab, the popular newsreader, is now available as a NewTab chrome extension. With NewsTab extension, you’ll get the top news for your region (supporting over 130 regions and languages) with every new tab you open… All in a beautiful, image rich, experience. Select a default news category (Top Stories, Sports, Technology, Entertainment etc.) or simply add any news topic (e.g. Michael Jordan)  or news source (e.g. cnn).

About NewsTab (available for Web, Android and iOS):

NewsTab is a single place to read and share the news you care about from the publishers you love (global & local). Simply find and follow international & local news sources in over 130 regions and languages worldwide. Follow popular news topics (Headlines, Sports, Technology, Entertainment etc.) or create your own with Google News topics and Google alerts. NewsTab supports any RSS feed and seamlessly integrates with Google News and Twitter, making it super-easy to follow any news topics, hashtag, blog, newspaper, magazine or website.

NewsTab is a beautiful newsreader, designed for enjoyable browsing among your favorite news sources (via RSS and Twitter feeds) with a visual, image reach, experience. It combines the flexibility of open RSS readers such as Feedly or (the late) Google Reader, with the intuitive and visual experience of modern (but more rigid and closed) news apps, such as Flipboard, News Republic and LinkedIn Pulse. 

With NewsTab you can easily follow any news topic, publisher or RSS feed, and organize them into news sections based on your preferences. You can also add your Twitter account and follow your timeline, users or hashtags.

For those of you who are following international publishers, we’ve built a powerful feed catalog, indexing millions of feeds from top global and local newspapers and magazines in over 130 countries & languages around the world. Top regions in our catalog include US, Russia, Brazil, Japan, Germany, and many more. Top languages in our catalog include English, Spanish, Italian, Portuguese, Russian, and many more.

Key features:

•	Beautiful, intuitive and fun to use.
•	Easily find top local & international publishers in over 130 regions worldwide
•	Follow any news topic (powered by Google News) 
•	Follow social feeds and hashtags on Twitter 
•	Flexible and personal (follow any RSS / Twitter feed and organize into sections)
•	Instant article load experience with built in “Full Simplified Article” view
•	Offline, read later functionality
•	Integrates with popular “save for later” apps such as Pocket, Instapaper, Readability, Evernote and OneNote
•	Beautiful and usable news widget
•	Supports video news and podcasts
•	A simple to use TO-DO list

About:

Offered by: https://www.newstab.com/
Terms of Use: https://www.newstab.com/home/terms
Privacy Policy: https://www.newstab.com/home/privacy                    

Podstawowe informacje o rozszerzeniu

Nazwa News Tab News Tab
ID biojnaikodbeknbdfdchnndkeoafkbnh
Oficjalny URL https://chromewebstore.google.com/detail/news-tab/biojnaikodbeknbdfdchnndkeoafkbnh
Opis Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!
Rozmiar pliku 11.08 MB
Liczba instalacji 9,500
Aktualna Wersja 3.1.2
Ostatnia Aktualizacja 2021-02-24
Data Publikacji 2020-02-07
Ocena 4.68/5 Łącznie 409 Oceny
Deweloper https://newstab.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.newstab.com/
Adres URL Strony Pomocy https://www.newstab.com/home/faq
Adres URL Strony Polityki Prywatności http://www.newstab.com/home/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "News Tab",
    "short_name": "News Tab",
    "version": "3.1.2",
    "manifest_version": 2,
    "author": "NewsTab",
    "description": "Get the news you care about from the publishers you love with every new tab you open. Find any news topic or news source!",
    "homepage_url": "https:\/\/www.newstab.com",
    "icons": {
        "16": "\/Media\/ExtensionImages\/emptyIcon.png",
        "19": "\/Media\/ExtensionImages\/Icons\/icon19.png",
        "48": "\/Media\/ExtensionImages\/Icons\/icon48.png",
        "96": "\/Media\/ExtensionImages\/Icons\/icon96.png",
        "128": "\/Media\/ExtensionImages\/Icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "\/Media\/ExtensionImages\/Icons\/icon48.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "topSites",
        "https:\/\/*.newstab.com\/",
        "https:\/\/s2.googleusercontent.com\/",
        "https:\/\/feedapi.psccint.com\/",
        "https:\/\/api.bing.com\/"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/Scripts\/ExtensionShared\/NewsTab.js",
            "\/Scripts\/ExtensionShared\/Helpers.js",
            "\/Scripts\/Framework\/jquery\/jquery-3.4.0.js",
            "\/Scripts\/ExtensionOnly\/moment.min.js",
            "\/Scripts\/ExtensionShared\/Models\/Article.js",
            "\/Scripts\/ExtensionShared\/Models\/Feed.js",
            "\/Scripts\/ExtensionShared\/Models\/Section.js",
            "\/Scripts\/ExtensionShared\/Modules\/RegionManager.js",
            "\/Scripts\/ExtensionShared\/Modules\/XhrManager.js",
            "\/Scripts\/ExtensionShared\/Modules\/ArticleView.js",
            "\/Scripts\/ExtensionShared\/Modules\/SectionsManager.js",
            "\/Scripts\/ExtensionOnly\/Modules\/TimeAndWeatherWidget.js",
            "\/Scripts\/ExtensionOnly\/Modules\/SportWidget.js",
            "\/Scripts\/ExtensionOnly\/Modules\/Wallpapers.js",
            "\/Scripts\/ExtensionShared\/Modules\/ImageCollage.js",
            "\/Scripts\/ExtensionOnly\/config.js",
            "\/Scripts\/ExtensionOnly\/article.js",
            "\/Scripts\/ExtensionOnly\/common.js",
            "\/Scripts\/ExtensionOnly\/Extension.js",
            "\/Scripts\/ExtensionOnly\/Background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html#newTab"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.newstab.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.newstab.com\/*"
            ],
            "js": [
                "\/Scripts\/ExtensionOnly\/InjectScript.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/suggestqueries.google.com https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com; object-src 'self'"
}